Skip to main content

Authentication

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


Headers

NameValueDescription
authorizationBearer v1_8pJc****SLLeC24Authorization bearer token passed in the header.
content-typeapplication/jsonType of content passed in the body (JSON format).

🔎 Example Request Header

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


Pro Tip 💡

Ensure your bearer token is valid and not expired before making any API calls. All endpoints require this token.