Get a contact list
GET/v3/contact_lists/:id
Get a contact list
Request
Path Parameters
id numberrequired
Responses
- 200
 
Successful
- */*
 
- Schema
 - Example (from schema)
 
Schema
data
object
id number
name string
description string
{
  "data": {
    "id": 1,
    "name": "Contact List 1",
    "description": "Subscribed Contacts"
  }
}
Loading...