v1

latestOpenAPI 3.1.02026-07-265817860.8 KB
licenses

Releases licenses assigned to one or more entities.

post/v1/licenses.release

Headers

x-api-versionstring required

Request body

customer_idstring required
license_plan_idstring

Scopes the release when an entity holds licenses of multiple plans.

entity_idsstring[] required

Example request

{
  "customer_id": "cus_123",
  "license_plan_id": "seat_plan",
  "entity_ids": [
    "user_123"
  ]
}

Response

OK

successboolean required