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:ß

  1. Ocp-Apim-Subscription-Key: API security tokenß

  1. 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.ß

Learn how to generate JWT token