Skip to main content
POST
/
v3
/
profile
/
tiers
/
calculate
/
batch.json
Batch Calculate Profile Tiers
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/profile/tiers/calculate/batch.json \
  --header 'Content-Type: application/json' \
  --data '
{
  "profiles": [
    {
      "profile_id": "<string>"
    }
  ]
}
'
{
  "message": "<string>"
}

Body

application/json
profiles
object[]
required
Minimum array length: 1

Response

message
string
required
Allowed value: "Queued for processing."