curl --request POST \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "<string>"
}
'{
"rows": [
{}
]
}Query data from a system of record client
curl --request POST \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "<string>"
}
'{
"rows": [
{}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Request body schema.
Query to execute.
Successful response
Query result rows.
Show child attributes
Was this page helpful?