Skip to main content

Authentication

To authenticate requests, use bearer tokens in HTTP requests. Include the header Authorization with the value "Bearer <access_token>" with each request. The header format should be:

Authorization: Bearer <access_token>

Example header

Authorization: Bearer l.QtEo8ahkNFX4RTpbqp0u4z4GDZq27HzUp6AotJASBx7_DVqmqZMHfM2Cy7JmUjS80boI9eVg

Server Responses

{
"response": {
"message": "Success"
}
}

An error response

{
"error": {
"code": 400,
"message": "Bad Request",
}
}