curl --request POST \
--url https://api.getcargo.io/v1/segmentation/changes/{uuid}/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kinds": [
"added"
]
}
'{
"urls": [
"<string>"
]
}Download data for a segment change
curl --request POST \
--url https://api.getcargo.io/v1/segmentation/changes/{uuid}/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kinds": [
"added"
]
}
'{
"urls": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Request body schema.
Change kinds to include.
added, updated, removed Successful response
Download URLs for change records.
Was this page helpful?