Skip to main content
GET
/
v1
/
custom-fields
/
{id}
Get a custom field
curl --request GET \
  --url https://api-public.skipcall.app/v1/custom-fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Job Title",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Enter your API Key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Response

The custom field

id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
required
Example:

"Job Title"

createdAt
string<date-time>
required
updatedAt
string<date-time>
required