cURL
curl --request POST \ --url https://api-public.skipcall.app/v1/custom-fields \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Job Title" } '
{ "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Job Title", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Creates a new custom field in your organization
Enter your API Key (sk_live_xxx or sk_test_xxx)
Name of the custom field
1 - 200
"Job Title"
The created custom field
"550e8400-e29b-41d4-a716-446655440000"