Skip to content
API referenceConsumerBilling

Get_billing_availability

GET
/consumer/v1/billing/availability

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Header Parameters

X-Project-Id*string

UUID of the project that scopes consumer accounts, devices, sessions, and VSpaces for the request.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/consumer/v1/billing/availability" \  -H "X-Project-Id: 11111111-1111-1111-1111-111111111111"
{  "preferred_vendor": null,  "vendors": [    {      "display_name": "string",      "recommended": true,      "vendor_type": "stripe"    }  ]}