Skip to main content
GET
/
api
/
v2
/
crm
/
lists
/
{list_id}
Get CRM list
curl --request GET \
  --url https://api.topyappers.com/api/v2/crm/lists/{list_id} \
  --header 'x-ty-api-key: <api-key>'
{
  "message": "OK",
  "response": {
    "id": "<string>",
    "name": "<string>",
    "website_id": "<string>",
    "description": "<string>",
    "budget": 123,
    "start_date": "<string>",
    "end_date": "<string>",
    "team_id": "<string>",
    "active": true,
    "contact_count": 123,
    "to_outreach_count": 123,
    "date_created": "<string>",
    "date_updated": "<string>"
  }
}

Authorizations

x-ty-api-key
string
header
required

Path Parameters

list_id
string
required

CRM list ID.

Response

CRM list returned

message
string
Example:

"OK"

response
object