Headers

Railz supports additional HTTP headers in both requests and responses. Our headers are prefixed with Railz-.

Request headers

Railz uses HTTP request headers for authorization and configuration of API responses.

HeaderDescription
AuthorizationBearer authorization header, which is formed by concatenating the word Bearer with the access token, separated by a space.
Railz-SignatureHeader used to sign the webhook event responses from Railz.