Skip to main content

Sending Request

Sending Requests

When sending api request, we should provide an API Token and token-type like in example below

Example:

{
...
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...."
}