cURL
curl --request GET \ --url https://api.selfmailkit.com/v1/audiences/{id} \ --header 'Authorization: Bearer <token>'
200
success
{ "id": "01959b50-eda7-7597-acb1-cfeffdd53400", "name": "Weekly newsletter subscribers", "created_by": { "email": "admin@company.com", "first_name": null, "last_name": null, "profile_picture": "https://cdn.company.com/profiles/admin-avatar.jpg" }, "created": 1742067527079, "updated": 1742096304692, "contact_count": 10002, "unsubscribers": 0}
Endpoint: v1/audiences/{id}
v1/audiences/{id}
Retrieve details of a specific audience.
API key with format "Bearer {your-api-key}"
Unique identifier of the audience
OK
The response is of type any.
any