Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
Example:
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
Example:
"sig1=(\"Content-Type\" \"Content-Digest\"...expires=<expires>"
Unique identifier passed into each a mutable request (i.e POST, PUT, PATCH, DELETE)
This key isn't not required for GET requests
Example:
"01937261-e216-754f-99ba-c1170d65dd28"
Unique identifier assigned to the client
Example:
"client-id"
Query Parameters
Unique access token identifier
Example:
123456
Response
No content