GET Get List​
GET
/lists/{id}
Retrieve a single contact list by its ID.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The ID of the list to retrieve.
Type
Requiredinteger
Responses​
List found successfully.
application/json
JSON
{
"list": {
"id": 0,
"title": "string",
"slug": "string",
"description": "string",
"is_public": 0,
"created_at": "string",
"updated_at": "string"
}
}