List connection custom mappings

GET {{baseUrl}}/vault/connections/:unified_api/:service_id/:resource/custom-mappings

This endpoint returns a list of custom mappings for a connection.

Request Params

KeyDatatypeRequiredDescription
resource_idnumberThis is the id of the resource you want to fetch when listing custom fields. For example, if you want to fetch custom fields for a specific contact, you would use the contact id.
cursornull

HEADERS

KeyDatatypeRequiredDescription
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
x-apideck-app-idstring(Required) The ID of your Unify application
Acceptstring

RESPONSES

status: OK

{"status_code":200,"status":"OK","data":[{"type":"string","description":"Target Field Mapping example value from downstream","example":"Some value","readOnly":true,"nullable":true},{"type":"string","description":"Target Field Mapping example value from downstream","example":"Some value","readOnly":true,"nullable":true}]}