Skip to main content
GET
/
api
/
v2
/
crm
/
lists
List CRM lists
curl --request GET \
  --url https://api.topyappers.com/api/v2/crm/lists \
  --header 'x-ty-api-key: <api-key>'
{
  "message": "OK",
  "response": {
    "data": [
      {
        "id": "665f5c4d8a3b2d5a3e8a1234",
        "name": "June outreach",
        "website_id": "website-1",
        "description": "Creators for June campaign",
        "budget": 5000,
        "start_date": null,
        "end_date": null,
        "team_id": "team-1",
        "active": true,
        "contact_count": 42,
        "to_outreach_count": 12,
        "date_created": "2026-06-07T12:00:00",
        "date_updated": "2026-06-07T12:00:00"
      }
    ],
    "total": 1
  }
}

Authorizations

x-ty-api-key
string
header
required

Response

CRM lists returned

message
string
Example:

"OK"

response
object