Skip to main content
GET
/
v1
/
schedules
/
{scheduleId}
/
recipients
List schedule recipients
curl --request GET \
  --url https://{instance}.omniapp.co/api/v1/schedules/{scheduleId}/recipients \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

scheduleId
string<uuid>
required

Schedule ID

Response

Recipients list (varies by destination type)

Response structure varies by destination type (email/SFTP/Slack/webhook)