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:
InitializeTo initialize the User flow:
InitializeTo set the Authorization token, we need to send the HTTP Header Authorization.
Last updated
Was this helpful?