Please find below, the HTTP response codes that can be returned by the Expiration Reminder API:
| HTTP code | Status | Description |
|---|---|---|
| 200 | OK | The request was successful |
| 400 | Bad request | The request is invalid. Check the error code in JSON. |
| 401 | Unauthorized | You have not been authenticated. Make sure the provided API key is correct. |
| 402 | Payment Required | Make sure your account is activated and that you have enough records. |
| 403 | Forbidden | You do not have the right to access the resource. |
| 404 | Not Found | Make sure you're calling an existing endpoint and that the parameters (object id etc.) in the path are correct. |