Get information about organization
cURL
curl --request GET \ --url https://api.requesty.ai/v1/manage/org \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "balance": 123 }
API key for authentication
Successfully retrieved organization info
The response is of type object.
object