Authorizing Requests


Now that you have an access token it is important that it is included in the Authorization header of each request you make to the Authenticx API.

{
  "Authorization": "Bearer <access-token-here>"
}

If you are still a little confused as to where this token should be placed when making API requests, be sure to check out any one of our recipes in your preferred language by navigating to Recipes.