Headers

Accounting Data as a Service™ supports additional HTTP headers in both requests and responses. Our headers are prefixed with Railz-.

Request headers

Accounting Data as a Service™ 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 Accounting Data as a Service™.
X-RateLimit-LimitThe total rate limit allowed. See Rate Limit for details.
X-RateLimit-RemainingThe number of remaining requests before hitting the rate limit.
X-RateLimit-ResetThe time in seconds until the rate limit counter resets.