Skip to main content

Get entitlement info

GET 

/api/web/v1/entitlements/info

Get entitlement info. Caller requires the ENTITLEMENTS:VIEW permission.

Responses

Successful

Schema

    idProofing

    object

    ID Proofing-specific entitlements of a tenant.

    billingType stringrequired

    Possible values: [PRE_PAID, PAY_PER_USE]

    The model used for billing.

    consumed int32

    Possible values: >= 1 and <= 50000000

    The entitlements consumed since start date (percent over quantity for PRE_PAID accounts) or in the current month (PAY_PER_USE accounts).

    endDate date-timerequired

    The date this entitlement will end in UTC time. The value must be after the start date.

    faceRecognitionType string

    Possible values: [ENHANCED, STANDARD]

    The face recognitation type licensed.

    quantity int32

    Possible values: >= 1 and <= 50000000

    The number of entitlements assigned to the tenant (required during creation if billingType is PRE_PAID).

    startDate date-timerequired

    The date this entitlement will start in UTC time.

    smsVoice

    object

    Sms/Voice entitlements of a tenant.

    allotment int32

    The number of entitlements allotted to the current account. If the account is an SP then entitlements can be allocated to child accounts.

    consumed int32

    The entitlements consumed since start date during the entitlement period.

    endDate date-time

    The date when the entitlement will end.

    quantity int32

    The number of SMS/Voice credits allowed during the period.

    renewalQuantity int32

    The number of SMS/Voice credits allowed when the entitlement is renewed.

    startDate date-time

    The date when the entitlement starts.

    users

    object

    User entitlements of a tenant.

    allotment int32

    The number of entitlements allotted to the current account. If the account is an SP then entitlements can be allocated to child accounts. For subscriber accounts, the allotment is always the same as the quantity amount.

    consumed int32

    The used quantity of this entitlement.

    endDate date-time

    The date when the entitlement ends.

    quantity int32

    The quantity of entitlements purchased for the account.

    startDate date-time

    The date when the entitlement starts.

Loading...