Skip to main content
GET
/
api
/
Organization
cURL
curl --request GET \
  --url https://api.example.com/api/Organization \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "credits": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

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

Authorizations

Authorization
string
header
required

JWT authentication header

Response

OK

id
string | null
credits
integer<int32>
Last modified on May 9, 2026