Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

taskId
string
required

Unique identifier of the task.

Response

Successful Response

taskId
string
required
status
enum<string>
required

The status of the task associated with assigning a messaging profile to a campaign.

Available options:
pending,
processing,
completed,
failed
Example:

"pending"

createdAt
string<date-time>
updatedAt
string<date-time>