Audience List

Show an existing list

GET method to show details of an existing audience list.

Parameters

Name Description
account_id required Account unique identifier
id required List unique identifier

Request

Route
GET 
/v2/account/:account_id/lists/:id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "id": "list1_id",
  "name": "First List",
  "description": "Description of the first list",
  "created_at": "2024-04-17T12:00:00Z",
  "visibility": "public"
}