Get Access Token
Describes how to fetch token
To obtain the access token for authentication with the iTella API, you will use the GetAccessTokenendpoint. This endpoint requires you to send your API key and secret key in the headers of your request. Upon successful authentication, the endpoint will provide you with an access token in the response.
Endpoint Details:
Example Response:
Usage:
Once you have obtained the access token, you can use the access token as the authorization key in the headers of your API requests to authenticate with the iTella API. If the access token expires, you can use the API key & secret key to get a new access token.
By following these steps, you can securely obtain the necessary tokens to authenticate with the iTella API and access its endpoints.
Last updated