GET
/
v1
/
manage
/
org
curl --request GET \
  --url https://api.requesty.ai/v1/manage/org \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "balance": 123
}

Authorizations

Authorization
string
header
required

API key for authentication

Response

200
application/json

Successfully retrieved organization info

The response is of type object.