Authentication
Introduction
Authentication is through OAuth 2.0.
Authentication Process
- Call the Auth API with your client id and client secret. If authenticated a JWT auth token will be returned.
- When calling each service provide your JWT auth token. The auth token will be used to verify your access to the service (along with the BPID).
- The auth token has a TTL of 10 minutes. If you receive a
401
response you may need to acquire a new auth token.
Updated about 5 years ago