Bearer Tokens
API requests are authenticated by the Bearer Token
A Bearer Token is set in the Authorization header of every Inline Action HTTP Request.
In addition, while not all resources require the Accept and Content-Type headers, many do. To ensure that your calls succeed, always include these headers.
Example request:
GET /v3/translate HTTP/1.1 Accept: application/json Authorization: Bearer Content-Type: application/json
Comments
0 comments
Article is closed for comments.