v1

latestOpenAPI 3.1.02026-07-14104.9 KB
Get access token

Lets you authenticate to Paack APIs. Successful authentication provides an access token you must forward with every call to our APIs.<br /><br />The Staging environment allows you to test the APIs to see if they produce your desired results. When you are satisfied that everything works well, you can move on to the Production environment.<br /><br />The Production environment allows you to make your confirmed requests to Paack APIs.<br /><br /> You can find a definition in JSON format of our authentication API here.

post/token

Request body

client_idstring required

Part of your credentials received from the Customer Solutions team.

client_secretstring required

Part of your credentials received from the Customer Solutions team.

grant_type'client_credentials' required

Response

If your authentication request has returned an HTTP 200 response, it provided also your access_token.

access_tokenstring

JSON Web Token used to authorize to Paack APIs.

expires_ininteger

Number of seconds the access_token is valid (24 hours).

token_typestring

The API authorization method for the access_token to be used.

All 1 operations