Authentication
We use OAuth2 authentication, here's how to retrieve an M2M access token. These tokens can be used with our two public facing APIs:
Time Service
Identity Service
Getting Started
Our team will provide you with the following:
Your customerId
Your application clientId
Your application clientSecret
Your regional API endpoint for our Time Service
Retrieving API Credentials
With the clientId and clientSecret you can call our token exchange endpoint to generate an M2M access token.
Here's a sample request:
The returned token can be used with your specific customerId
in Time Service and Identity Service
Last updated