Skip to content

Reference Page

API Header

This is used for every API endpoint call as a header once authentication has been completed. You need to pass both the API Key and the Security Token that you captured during authentication.

{
    "x-api-key": "{api_key}",
    "Authorization": "{security token}",
    "Content-Type": "application/json",
}

Last update: August 21, 2025
Back to top