Skip to content

Get Overage Setting

GET
/api/org/overage

Get the current overage billing setting for the organization.

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

Type
API Key (header: X-Api-Key)

Responses

Overage setting

application/vnd.api+json
JSON
{
"data": {
"type": "organizations",
"id": "string",
"attributes": {
"allowOverage": true
}
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation