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

Authorizations

Authorization
string
header
required

Query Parameters

organizationId
string
required

Id of the organization as a string ObjectId value.

Response

404
application/json
status
enum<string>
Available options:
error
message
string