Authentication
Authorization Header
To access the API, include the following header in your request:
Name | Value | Description |
---|---|---|
authorization | Bearer v1_8pJc****SLLeC24 | Use the provided bearer token. |
content-type | application/json | Specify JSON as the content type. |
Ensure you have a valid token before making API calls.