Get User Campaigns
Gets an object containing all the campaigns the user is in on the system.
Method: GET
Endpoint:
/omni/users/{user_id}/campaigns
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
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 |