Authentication
To access the IntelSend API, include an Authorization header in your request.
Authorization Header
Name | Value | Description |
---|---|---|
authorization | Bearer v1_8pJc****SLLeC24 | Use the provided bearer token. |
content-type | application/json | Specify 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