GET
/
api
/
campaigns
/
{campaignId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

campaignId
string
required

The ID of the campaign to retrieve

Response

200 - application/json
id
string
required

The ID of the campaign

name
string
required

The name of the campaign

groupMembersLimit
integer
required

The limit of members for each group in the campaign

releaseDate
string
required

The release date of the campaign

acceptEntriesUntil
string
required

The deadline for accepting entries for the campaign

isActive
boolean
required

Indicates if the campaign is active

companyId
string
required

The ID of the company associated with the campaign

whatsappId
string
required

The WhatsApp ID associated with the campaign

createdAt
string
required

The date and time when the campaign was created

updatedAt
string
required

The date and time when the campaign was last updated

groups
object[]
required

The groups associated with the campaign