Skip to main content
POST
Checks if the user can afford the requested resources.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

subscriptionId
string
required

The ID of the subscription

Body

application/json
resources
object

A map of resource keys to quantities (both strings).

Response

Proposed resource change is affordable.

Last modified on August 7, 2026