Authentication
Get an Authroization Bearer Token.
Base URL
Token Generation End Point
Authentication for the Faceki API is achieved through token-based authentication. To authenticate requests made to the API, you must include an API token in the Authorization of your requests.
Method: GET
Authorization: Bearer Token
Parameter:
clientId *(mandatary)
clientSecret *(mandatory)
GET
https://sdk.faceki.com/auth/api/access-token
Headers
Name | Type | Description |
---|---|---|
clientSecret* | String | clientSecret will be found in the integration section. Example: |
clientId* | String | (string, required) Client Id from integration settings. Example: |
Content-Type | String | application/json |
Last updated