Understand the basics of SendX REST convention and common parameters
Team Api Key
.
SendX expects the API key to be included in all API requests to the server in a header that looks like the following:
Status Code | Reason | Description |
---|---|---|
400 | Bad Request | The request could not be understood by the server due to malformed syntax. |
401 | Unauthorized | The request requires user authentication, e.g., due to missing or invalid authentication token. |
403 | Forbidden | The request is understood, but it has been refused or access is not allowed. |
404 | Not Found | The requested resource could not be found. |
406 | Not Acceptable | The requested format is not supported by the requested method. |
422 | Unprocessable Entity | The server understood the request, but the request is semantically erroneous (e.g., a request may contain a malformed email address). |
500 | Internal Server Error | The server encountered an unexpected condition which prevented it from fulfilling the request. |
IDs | Resource |
---|---|
contact_xxxxxxxx | Contact |
list_xxxxxxxx | List |
tag_xxxxxxxx | Tag |
campaign_xxxxxxxx | Campaign |
field_xxxxxxxx | Custom Field |
webhook_xxxxxxxx | Webhook |
sender_xxxxxxxx | Sender |