cURL
Messaging
Retrieve All Draft Messages in a List
This endpoint retrieves all draft 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. Drafts created before this date will not be returned (UTC).
Pattern:
^[0-9]{8}$A date in YYYYMMDD format. Drafts created after this date will not be returned (UTC).
Pattern:
^[0-9]{8}$Response
200 - application/json
Successful response