Learn how to authenticate and interact with the isend.ai API, including base URL, headers, error codes, and limits.
Authorization
header using the Bearer token format.
Status | Description |
---|---|
200 | The request was successful. |
400 | Invalid request. Check your parameters. |
401 | Missing or malformed API key. |
403 | API key is invalid or unauthorized. |
404 | Resource not found. |
429 | Rate limit exceeded. |
5xx | Server-side error. Try again later. |
429 Too Many Requests
error.
More details: Rate Limits
How does pagination work with the API?
Is the API versioned?