cURL
curl --request GET \ --url {schemes}://api.upsun.com/organizations/{organization_id}/subscriptions/can-create \ --header 'Authorization: Bearer <token>'
{ "can_create": true, "message": "<string>", "required_action": { "action": "<string>", "type": "<string>", "credentials": {}, "reference": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the organization.
OK
Boolean result of the check.
Details in case of negative check result.
Required action impending project creation.
Show child attributes
Was this page helpful?