Skip to main content
GET
/
v1
/
organization
Get current organization
curl --request GET \
  --url https://api.vatel.ai/v1/organization \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Send your organization API key as Authorization: Bearer <key>.

Response

Organization

The organization resolved from your API key.

id
string<uuid>

Organization id.

name
string

Organization name.

created_at
string<date-time>

Record creation time.