Skip to main content

Authentication

tip

All requests to the IntelSend API must be authenticated using a Bearer Token in the request headers.
Make sure you generate a valid token before making API calls.

Required Headers

NameValueDescription
authorizationBearer v1_8pJc****SLLeC24Authorization Bearer token passed in the header.
content-typeapplication/jsonContent type of the request body (always JSON).