Here you will find the documentation for the server requests and responses
PLATFORM
LARAVEL
Authentication with Bearer Token
Bearer tokens allow requests to authenticate using an access key, such as a JSON web token (JWT). The token is a
text string included in the request header. In the Authorization tab of the request, select Bearer Token from
the Type dropdown list. In the Token field, enter the API key value. For added security, store it in a variable
and reference the variable by its name.