Defining headers
Headers | Description | Values to use |
---|---|---|
Accept | Determines the format of the contents that will be returned by the server. REST architecture that allows to perform data exchange in JSON format. | Accept: application/json |
Authorization |
|
|
Content-type | Determines the format of the contents sent to the server. | content-type: application/json |
Method | See our open-api for the method to be used depending on the resource. | GET | POST | PUT | PATCH |DELETE |