Headers

What request and response headers are required.

The following information must be included in all request headers.

NameDescriptionRequest typeValues
authorizationKeys to verify your authorization.GET, POST, PATCH, DELETEIdentity and Authorization keys.
content-typeMedia type of the requested resource.POST, PATCH, DELETEjson/application

📘

Note

Header field names are case-insensitive.

An example of a request header is shown below.

     --header 'Accept: application/json' \
     --header 'Identity: YOUR-IDENTITY' \
     --header 'Authorization: YOUR-AUTHORIZATION'

Depending on the API, certain header fields may be required or optional and this is shown in the API Reference guide.