Custom Fields
Get custom fields with current mappings
Get all custom fields available on the specified integration.
GET
/
integrations
/
{integration_id}
/
custom-fields
*This includes the mapping to the corresponding integration field if applicable
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Path Parameters
integration_id
string
requiredGET /integrations/:integration_id/custom-fields parameter
Query Parameters
cursor
string
An optional cursor string used for pagination. This can be retrieved from the next
property of the previous page response.
page_size
integer
default: 100The number of results to return per page. Maximum is 250.
Required range:
1 <= x <= 250
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required