v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-1876137389.5 KB
Resource Claims

Claim Resource

Claim a resource for a subscription. Exactly one of quantity, externalId, or externalIds must be provided.

post/api/v1/resource-claims/{subscriptionId}/claim

Path parameters

subscriptionIdstring required

Request body

resourceSlugstring required

The slug of the resource to claim

metadataMetadata

JSON object

quantityinteger

Create N anonymous claims without external identifiers.

externalIdstring

Create a single named claim with this external identifier (idempotent).

externalIdsstring[]

Create multiple named claims with these external identifiers (idempotent per ID).

Response

Successful response