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