curl --request POST \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/fetch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "<string>",
"limit": 123,
"offset": 123
}
'{
"count": 123,
"records": [
{}
]
}Fetch data from a system of record client
curl --request POST \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/fetch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "<string>",
"limit": 123,
"offset": 123
}
'{
"count": 123,
"records": [
{}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Was this page helpful?