Client API consumers will authenticate against an OAuth2 endpoint exposed by the client API (see endpoint URLs below). The OAuth2 endpoint acts as the authorization server for your client and will provide the granted credentials for access to the API Endpoints. This Authorization API POST request will return a short-lived JSON Web Token that will be provided in calls to the application endpoints exposed by the API.
Production Authentication Endpoint
Copy
Copied
https://apxjwtauthprod.apx.com/oauth/token
UAT Authentication Endpoint
Copy
Copied
https://apxjwtauthuat.apx.com/oauth/token
Headers
Key
Value
Description
Authorization
Basic {client:secret}
The client:secret for the token request. This is Base64-encoded as standard for HTTP Basic Authentication. This value authorizes your software to access Xpansiv resources.
Content-Type
application/x-www-form-urlencoded
Indicates that the POST-ed content is URL-encoded.
Parameters
These parameters must be POST-ed to the endpoint above as URL-encoded form data.