List organization quotas
GET/org/:orgId/quota
Retrieves all service quotas for a specific organization. Creates missing quotas if any are not found.
Request
Path Parameters
orgId stringrequired
Organization ID
Responses
- 200
- 400
- 500
List of organization quotas
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
object
[
{}
]
Bad request error
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...