Request Headers
A
Written by Ali Kiassat
Updated over a week ago

Railz 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-API-Version

Header used to specify the version for a given API request. The current version is 2021-03-01.

Railz-Signature

Header used to sign the webhook event responses from Railz.

Please see here for more information on request headers.

Did this answer your question?