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

Authorizations

Authorization
string
header
required

Headers

x-sub-organization-id
string

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

Path Parameters

campaignId
string
required

Id of the campaign as a string ObjectId value.

Response

400
application/json

The response is of type object.