HTTP Headers
Last updated
Last updated
A set of HTTP headers must be set when making a request to RhomTrip API.
These headers can include both standard HTTP headers. Below are the standard request headers that are required:
Authorization
Required
Your Bearer
token.
Content-Type
Required
This must be application/json
for all POST
PATCH
and DELETE
requests.
Octo-Capabilities
Required
A list of the Capabilities (their IDs) to be included in the response. See to learn more about Capabilities.
Content-Type
Required
application/json
Octo-Capabilities
Required
A list of the Capabilities (their IDs) initialized with your request. See to learn more about Capabilities.