Skip to main content
GET
/
v1
/
organization
Retrieve your organization
curl --request GET \
  --url https://api.infinitecreator.com/v1/organization \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "balance": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

id
string
required

Unique identifier for the object.

balance
integer
required

Current available credit balance.

Last modified on March 6, 2026