Lets you authenticate to Paack APIs. Successful authentication provides an access token you must forward with every call to our APIs.
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.
The Production environment allows you to make your confirmed requests to Paack APIs.
You can find a definition in JSON format of our authentication API here.
Responses
401
In case of authentication issues (e.g., invalid client ID or client secret) you get an HTTP 401 response.
403
In case of no rights to access the specified API you get an HTTP 403 response.