Get Access Token

Describes how to fetch token

To obtain the access token for authentication with the eFaktura 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:

Get Access Token

get

Provides Access token for given Api Key & Secret Key

Header parameters
Api-KeystringRequired

Api Key of the user

Secret-KeystringRequired

Secret Key of the user

Responses
200

OK

application/json
get
/api/v1/access-token
200

OK

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 eFaktura 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 eFaktura API and access its endpoints.

Last updated