
How-Tos
Authentication
Authentication is a critical step when integrating with APIs. There are two authentication headers required in API calls with the Eptura application:
Ocp-Apim-Subscription-Key: API security token
Session Token: Application security token also known as the JWT Bearer Token.
Subscription Keys(Sub-heading)
Subscription keys are assigned after registering and individual subscription keys are provided on your account for each subscribed product.
JWT token in bearer
Along with a subscription key, you must provide a validated JSON Web Token (JWT) to access the Eptura API.
We use the Private / Public Key method for Service authentication with Okta. These apps will be seeded with the Auth Service so they are created / managed correctly for all the tenants.