Manage headers
Headers to be used in all requests
Once you have access to the API, you need to add this header in all of your request:
Key | Value |
---|---|
Authorization | Bearer eyJ{...}fIw |
Headers to used when a payload is present
Whenever you have to pass data in the body of a request, you need to pass this header:
Key | Value |
---|---|
Content-Type | application/json |
Updated about 1 month ago