Get resource example

GET {{baseUrl}}/vault/connections/:unified_api/:service_id/:resource/example

This endpoint returns a downstream example of a given resource.

Request Params

KeyDatatypeRequiredDescription
cursornull
resource_idnull

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":{"unified_api":"crm","service_id":"close","resource":{"id":"companies","name":"Companies","status":"live","downstream_id":"accounts","downstream_name":"Accounts"},"example_response":{}}}