GET method to show details of an existing audience list.
Name | Description |
---|---|
account_id required | Account unique identifier |
id required | List unique identifier |
GET
/v2/account/:account_id/lists/:id
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{
"id": "list1_id",
"name": "First List",
"description": "Description of the first list",
"created_at": "2024-04-17T12:00:00Z",
"visibility": "public"
}