Authentification
To authenticate request, brisk use client_id and client_secret pair credential in headers
You need to configure the master pair in the .env file or in environment variables
Insert credential
PUT
{{HOST}}/api/v1/credential
This will create a new credential pair
Headers
Name
Type
Description
x-client-secret
string
Master Client Secret
x-client-id
string
Master Client ID
Request Body
Name
Type
Description
client_secret
string
Client Secret
client_id
string
ClientID
Last updated
Was this helpful?