Skip to main content
POST
/
revenueOrganization
/
allocations
/
sync
Sync allocations
curl --request POST \
  --url https://api.getcargo.io/v1/revenueOrganization/allocations/sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "capacityUuid": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body schema.

capacityUuid
string
required

Capacity identifier.

Response

Successful response

The response is of type object.