GET /ott/v1/send/{messageId}
Retrieves all the information about an existing OTT send message request.
Name | Type | | Description |
---|
messageId | string | Required | Id of the send request to be retrieved. Id can be user-defined MessageKey or ottRequestId returned as a response to send message request. |
Status | Name | Type | Description |
---|
200 | | | success |
| requestBody | object | Returns the request body. |
| status | array | Status of the message send request. |
| status.event | string | Indicates the type of event with values: Created, Queued, Sent, Error (if any). |
| status.eventDateTime | datetime | Timestamp indicating when the event occured. |
| | | |
403 | | | Forbidden |
| message | string | Error message. |
| errorcode | number | Error code. |
| documentation | string | Documentation for the error code. |
| | | |
404 | | | Not Found |
| message | string | Error message. |
| errorcode | number | Error code. |
| documentation | string | Documentation for the error code. |