Digital Signature
  • Auth
    • Access Tokens
    • API KEY
  • DSC Profile Create
  • Digital Signature API
  • Digital Signature (S0AP) API
Powered by GitBook
On this page
  • Authentication
  • Authentication Header

Auth

Authentication

This section showcases how the 2 types of Authentication mechanisms we support.

Access Tokens

API KEY

Authentication Header

Access Token

If you have chosen the access token approach then for authentication to work you will need to pass the token in request headers in the following manner

JWT remains constant following by a space and then the access token received from the associated API

API Key

If you have chosen the API key approach then for authentication to work you will need to pass the token in request headers in the following manner

Pass the API key generated from the UI as is in the header

NextAccess Tokens

Last updated 3 days ago