Skip to main content

Authentication

To access the IntelSend API, include an Authorization header in your request.


Authorization Header

NameValueDescription
authorizationBearer v1_8pJc****SLLeC24Use the provided bearer token.
content-typeapplication/jsonSpecify JSON as the content type.

Pro Tip 💡

Make sure your bearer token is valid and not expired before making any API requests. Tokens are required for all endpoints.


🔎 Example Request Header

Authorization: Bearer v1_8pJc****SLLeC24 Content-Type: application/json