Get sent email bulks
See the scheduled time of your Email messages.
Please log in to see full path URL. Learn why.
get
/email/1/bulks
Authorizations:
Request rate limit:
1000 requests / second (per account)
query Parameters
bulkId required | string The ID uniquely identifies the sent email request. |
Responses
200
OK
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/email/1/bulks?bulkId=%7BbulkId%7D' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 401
- 403
- 429
- 500
Content type
application/json
Copy
Collapse all {- "externalBulkId": "string",
- "bulks": [
- {
- "bulkId": "string",
- "sendAt": "2021-01-02T01:00:00.123Z"
}
]
}