Retry
POST /messages/:message/retry
A Message can be “retried” if it is in a “failed”, “transient”, or “unknown” state.
Examples
Retrying a Message
Request
POST /messages/aBxP6JG/retry
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
-H Authorization:"Bearer {token}" \
-X POST /messages/aBxP6JG/retry
Response
Status
202
Response Type
No body