Omni AI
Create Entitlements
Record consent and upsert one-or-more active grants.
post/v1/omni-ai/entitlements
Request body
Example request
{
"account_ids": [
100019,
100021
],
"agreement_id": "01JZ0000000000000000000000",
"entitlement_codes": [
"omni.account_data"
]
}Response
Resulting active grants for requested scope
Example response
{
"error": {
"code": 400,
"message": "Order quantity must be greater than zero"
}
}