List Billing Plans For Resource
GET/v1/installations/{installationId}/resources/{resourceId}/plans
Returns the set of billing plans available to a specific Resource
/v1/installations/{installationId}/resources/{resourceId}/plans const response = await fetch('/v1/installations/string/resources/string/plans?metadata=string', {
'Authorization': 'Bearer YOUR_ACCESS_TOKEN',
'Content-Type': 'application/json',
const data = await response.json();
/v1/installations/{installationId}/resources/{resourceId}/plans const response = await fetch('/v1/installations/string/resources/string/plans?metadata=string', {
'Authorization': 'Bearer YOUR_ACCESS_TOKEN',
'Content-Type': 'application/json',
const data = await response.json();
AuthorizationSystem Authentication
Default authentication mechanism
installationIdstringRequired
X-Vercel-AuthstringOptional
The auth style used in the request (system, user, etc)
Return a list of billing plans for a resource
400Input has failed validation
403Operation failed because the authentication is not allowed to perform this operation
409Operation failed because of a conflict with the current state of the resource