Skip to main content
GET
/
api
/
marketplace
/
automations
/
sms-status
Get SMS status for all automations in user organization
curl --request GET \
  --url https://your-instance.example.com/api/marketplace/automations/sms-status \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Automation SMS statuses returned

Generic response envelope. Endpoint-specific fields are intentionally open.