cURL
curl --request PUT \ --url https://api.comm.com/api/v1/audience/feeds/{feed} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "tags": [ "<string>" ], "token": "<string>" } '
{ "data": { "id": "<string>", "team_id": "<string>", "name": "<string>", "token": "<string>", "tags": [ "<unknown>" ], "created_at": "2023-11-07T05:31:56Z", "logs_count": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The feed ID
AudienceFeedResource
Show child attributes