curl --request GET \
--url https://api.ofauth.com/v2/access/mass-messages/scheduled \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{}List mass messages that have not been sent yet.
Permission Required: messages:read
curl --request GET \
--url https://api.ofauth.com/v2/access/mass-messages/scheduled \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Requires a connection via the x-connection-id header.
Number of items to return (1-20, default: 10)
1 <= x <= 20Number of items to skip (default: 0)
x >= 0Successful response
The response is of type object.
Was this page helpful?