Skip to main content

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.

Currently, the process of obtaining these tokens is manual as we are in the development phase of an API interface. Follow the steps below to get your free authentication token:

1. Contact us

Email support@ebunker.io, providing your account details (such as company name), and request an authentication token.

2. Check your email

Our Product team will manually generate an authentication token and send it to you via email.

Specify the received authentication token when accessing Staking Platform via the API. Pass the token in the Authorization header in the following format:

authorization: Bearer <token>