Grant entry passes to a client
Adds entry passes to one client’s account and returns their new balance in the target group.
Send passGroupId to choose which pass group
the entries land in. Omit it, or send null, and the entries go to your
studio’s default group — the behavior existing integrations rely on.
Explicitly sending that default group’s ID behaves the same way.
See Granting credits and passes for the end-to-end flow.
Authorizations
Your secret API key (zen_live_…), sent as Authorization: Bearer <key>. Backend-to-backend only — never expose it in a browser. See Authentication.
Path Parameters
The client's numeric id, taken from the id field of GET /v1/clients. This is not the opaque _id. Malformed values and numeric prefixes return 400.
x >= 1123
Body
How many credits or entries to grant, and for how long.
"CZK"
x >= 0Target pass group. Omit it or send null for the studio default group. A group belonging to another studio, or an unknown ID, is rejected with 400.
x >= 1
