> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wander-app.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

> How to access API endpoints ?

All API endpoints, with the exception of the `/login` endpoint, are authenticated using Bearer tokens.
To obtain a Bearer token, you need to authenticate yourself with a `clientId` and a `clientSecret` using the `/login` endpoint.

<Card title="Request credentials from the Wander team" icon="hand" href="mailto:contact@wander-app.fr">
  To use Wander API endpoints, you need a Wander account. Send a mail to [contact@wander-app.fr](mailto:contact@wander-app.fr)
</Card>
