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.
Header | Description |
---|---|
Authorization | Bearer authorization header, which is formed by concatenating the word Bearer with the access token, separated by a space. |
Railz-Signature | Header used to sign the webhook event responses from Accounting Data as a Service™. |
X-RateLimit-Limit | The total rate limit allowed. See Rate Limit for details. |
X-RateLimit-Remaining | The number of remaining requests before hitting the rate limit. |
X-RateLimit-Reset | The time in seconds until the rate limit counter resets. |