List custom mappings
GET {{baseUrl}}/vault/custom-mappings/:unified_api/:service_id
This endpoint returns a list of custom mappings.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | ||
resource_id | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-consumer-id | string | (Required) ID of the consumer which you want to get or push data from | |
x-apideck-app-id | string | (Required) The ID of your Unify application | |
Accept | string |
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}]}