v1

latestOpenAPI 3.0.12026-07-2681110143.5 KB
Access Token

Create a new Access Token

Create a new Access Token. Use the code examples to create an Access token on your local machine. Then copy the access_token into the Authorization header of any endpoint in the documentation to start making calls. The audience should be set to https://api.pax8.com for the partner endpoints.

post/token

Request body

client_idstring required

The client id

client_secretstring required

The client secret

audience'https://api.pax8.com' | 'api://p8p.client' | 'api://provisioning' | 'api://usage' required
grant_type'client_credentials' required

Response

successful operation

access_tokenstring

The Access Token

expires_in86400

The time to live of the Access Token in seconds

token_type'Bearer'
All 81 operations