curl --request POST \
--url https://api.getcargo.io/v1/segmentation/records/fetch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modelUuid": "<string>",
"ids": [
"<string>"
],
"resetCache": true
}
'{
"records": [
{}
]
}Fetch segmentation records
curl --request POST \
--url https://api.getcargo.io/v1/segmentation/records/fetch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modelUuid": "<string>",
"ids": [
"<string>"
],
"resetCache": true
}
'{
"records": [
{}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Fetched records.
Show child attributes
Was this page helpful?