Public
Documentation Settings

Signicat Assure API

How to use this template:

  • (User) Get Credentials

  • (Dossiers) Create dossier

  • (Capture) Start Capture Flow

    • PictureID

      • PictureId provider with document processType

      • PictureId provider with documentSelfie processType

    • Onfido

      • Onfido provider with documentVideo processType

      • Onfido provider with documentSelfie processType

      • Onfido provider with document processType

    • ReadID

      • ReadID provider with ready processType
    • Signicat Paper

    • VideoID

      • VideoID provider with substantial processType

      • VideoID provider with high processType

      • VideoID provider with hybrid processType

    • WebID

      • WebID provider with accountid processType

      • WebID provider with videoid processType

  • (Result)

    • Get dossier

    • Get process result

    • Get process image

      • front

      • back

      • Selfie

      • portrait

    • Get process video

    • Get process externalId

Start with a brief overview of what your API offers.

ID Document and Biometric Verification - Quick start guide

https://developer.signicat.com/docs/id-document-and-biometric-verification/guides/

Capture Getting started guide

https://developer.signicat.com/docs/id-document-and-biometric-verification/assure-api/integration-flows/#eidv-alternative-flow-web-only

If you prefer using the provider's SDK to capture and upload the ID images and you are integrating with the Assure API in a web environment, you can deflect integrating with their SDK and alternatively use the Assure API Capture service.

Authentication

Obtaining an access token

https://developer.signicat.com/docs/accessing-api-products/#obtaining-an-access-token

To get an access token, send a POST request using the following client authentication method: client_secret_basic

To use HTTP basic authentication with your Client ID as the username and Client Secret as the password. In this case, you need to format your client credentials as a Base64-encoded string: client_id:client_secret

Required parameters:

ParameterValue
grant_typeclient_credentials
scopesignicat-api

Authentication error response

If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.

503 response

An HTTP 503 response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP 5XX error, contact support.

API reference guide

https://developer.signicat.com/apis/id-document-and-biometric-verification/

AUTHORIZATIONBearer Token
Token
Loading