curl --request GET \
--url https://api.vambe.me/api/public/email-campaign/recipients/{id} \
--header 'x-api-key: <x-api-key>'{
"recipients": [
{
"id": "<string>",
"to_emails": [
{}
],
"cc_emails": [
{}
],
"bcc_emails": [
{}
],
"status": "pending",
"sent_at": "2023-11-07T05:31:56Z",
"error": "<string>"
}
],
"total": 123
}curl --request GET \
--url https://api.vambe.me/api/public/email-campaign/recipients/{id} \
--header 'x-api-key: <x-api-key>'{
"recipients": [
{
"id": "<string>",
"to_emails": [
{}
],
"cc_emails": [
{}
],
"bcc_emails": [
{}
],
"status": "pending",
"sent_at": "2023-11-07T05:31:56Z",
"error": "<string>"
}
],
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
API key needed to authorize the request
0 < x <= 1000 <= x <= 9007199254740991Was this page helpful?