cURL
curl --request GET \ --url https://api-public.skipcall.app/v1/tags \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "label": "Lead", "isSuccessTag": true, "createdAt": "2024-01-15T10:30:00.000Z", "updatedAt": "2024-01-15T10:30:00.000Z" } ], "total": 100, "page": 1, "limit": 10, "totalPages": 10 }
Returns a paginated list of tags for your organization.
Enter your API Key (sk_live_xxx or sk_test_xxx)
Page number
1
Number of items per page
50
Paginated list of tags
Array of tags
Show child attributes
100
10