cURL
Messaging
Retrieve All Scheduled Messages in a List
This endpoint retrieves all scheduled messages in a list.
GET
cURL
Request URL
Authorizations
The momoGood Messaging API v2 authenticates requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.
Path Parameters
The ID of the list
Query Parameters
A date in YYYYMMDD format. Scheduled messages scheduled to send before this date will not be returned (UTC).
Pattern:
^[0-9]{8}$A date in YYYYMMDD format. Scheduled messages scheduled to send after this date will not be returned (UTC).
Pattern:
^[0-9]{8}$Response
200 - application/json
Successful response