Authentication

Almost all API methods require a token-based HTTP Authentication.

In order to authenticate, the Authorization HTTP header needs to contain a JWT Bearer Token.

Field

Type

Description

Authorization

String

Obtained after initializing the Biometrid API.

We have two kinds of Authorization tokens: account and user.

To initialize the Account flow:

Initialize

To initialize the User flow:

Initialize

To set the Authorization token, we need to send the HTTP Header Authorization.

Authorization: Bearer token

Last updated

Was this helpful?