GET
/
campaigns
curl --request GET \
  --url https://api.voxia.ai/campaigns \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Headers

x-sub-organization-id
string

Optional sub organization ID. Must belong to your main organization API key.

Query Parameters

organizationId
string
required

Id of the organization as a string ObjectId value.

Response

404
application/json

The response is of type object.