cURL
curl --request GET \ --url https://api-public.skipcall.app/v1/custom-fields \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Job Title", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 100, "page": 1, "limit": 10, "totalPages": 10 }
Returns a paginated list of custom fields for your organization
Enter your API Key (sk_live_xxx or sk_test_xxx)
Page number (1-indexed)
x >= 1
1
Number of items per page
1 <= x <= 50
10
Search query to filter custom fields by name
100
"job"
Paginated list of custom fields
Show child attributes