...
Method: GET
Endpoint:
/omni/userusers/{user_id}/campaigns
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Paste code macro | ||||
---|---|---|---|---|
| ||||
{ "data": [ { "campaign_id": "<string>", "campaign_name": "<string>", "type": "<string>", "active": "<string>", "description": "<string>", "status": "<string>" } ] } |
Field Name | Type | Description |
---|---|---|
Data | Array | An array of campaigns |
campaign_id | String | ID of the campaign |
campaing_name | String | Name of campaign |
type | String | The type of the campaign |
active | String | The state of the campaign either true or false |
description | String | The description of the campaign |
status | String | The status of the campaign |