Grants
Create an account grant
Creates an account grant. This is for an account that is specified by the accountId
post/v4/accounts/{accountId}/grants
Path parameters
accountIdstring required
Unique Account identifier
Request body
Example request
{
"entitlement_type": "bundle",
"entitlement_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"startTime": "2022-06-01 00:00:00",
"endTime": "2022-12-31 23:59:59",
"product_id": "XXXXXXXXXXXXXX"
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.