Find claim keys by client org
Find the claim keys claimed by the specified client organization, optionally filtered by state. The caller must be a partner with license administration access to the client organization. Each claim key carries the term of one purchase: startDate and endDate are the term boundaries and gracePeriodEndDate is 30 days past endDate. Note that claimStartDate and claimEndDate are when the key was redeemed, not term boundaries, and that only claim keys of type NEW carry a startDate - a RENEWAL key extends the terms it renews and carries only an endDate. When filtering by state, note that a key past its endDate but inside its grace period has state EXPIRED, and a renewed key moves to RENEWED while its successor RENEWAL key carries the extended term - filtering to CLAIMED alone hides such coverage. To assess coverage, prefer excludeUnclaimed: true and compare endDate/gracePeriodEndDate per key. Client organizations that have not been migrated to the current licensing model hold no claim keys and get an empty list.
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api