Retrieve Your Scheduled Messages

GET {{baseUrl}}/v3/grants/:grant_id/messages/schedules

This API returns the messages that you have scheduled. It returns both messages that have been, sent and messages that are still waiting to be sent.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"schedule_id":"\u003cstring\u003e","status":{"code":"\u003cstring\u003e","description":"\u003cstring\u003e"},"close_time":"\u003cinteger\u003e"},{"schedule_id":"\u003cstring\u003e","status":{"code":"\u003cstring\u003e","description":"\u003cstring\u003e"},"close_time":"\u003cinteger\u003e"}]