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

# Authentication

> Get your authentication token

Staking Platform APIs use bearer JSON Web Token (JWT). Each client is assigned a unique authentication token for secure access to the service.

Contact [support@p2p.org](mailto:support@p2p.org) with your request, and you'll receive your authentication token directly via email or direct message.

Specify the received authentication token when interacting with our APIs. Pass the token in the Authorization header in the following format:

```text HTTP headers theme={null}
Authorization: Bearer <token>
```


## Related topics

- [Get Started](/docs/get-started.md)
- [Overview](/docs/defi-api-overview.md)
- [Integration Planning Guide](/docs/planning-considerations.md)
- [Getting Started](/docs/getting-started-data-api.md)
