# Create an account grant Creates an account grant. This is for an account that is specified by the accountId Endpoint: POST /v4/accounts/{accountId}/grants Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `accountId` (string, required) Unique Account identifier ## Request fields (application/json): - `entitlement_type` (string, required) An enum describing the type of the entitlement. Enum: "bundle", "entitlement", "meter", "credits" - `entitlement_id` (string, required) Example: "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" - `startTime` (string) Example: "2022-06-01 00:00:00" - `endTime` (string) Example: "2022-12-31 23:59:59" - `product_id` (string, required) Example: "XXXXXXXXXXXXXX" ## Response 201 fields ## Response 400 fields