curl --request POST \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "<string>",
"format": "csv"
}
'{
"urls": [
"<string>"
]
}Download data from a system of record client
curl --request POST \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"command": "<string>",
"format": "csv"
}
'{
"urls": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Successful response
Download URLs.
Was this page helpful?