MillionSend Docs

/topics

GET
/topics

Response Body

application/json

curl -X GET "https://example.com/topics"
{  "object": "list",  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "description": "string",      "default_subscription": "opt_in",      "visibility": "private",      "created_at": "string"    }  ],  "has_more": false}