Skip to main content
GET
/
v1
/
manage
/
org
Get information about organization
curl --request GET \
  --url https://api-v2.requesty.ai/v1/manage/org \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "balance": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Get information about your organization, including name and current balance.

Authorizations

Authorization
string
header
required

API key for authentication

Response

Successfully retrieved organization info

name
string
required

Name of the organization

balance
number<decimal>
required

Balance of the organization

Last modified on April 27, 2026