Resolve id and name for the organization that owns the API key.
cURL
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" }
Send your organization API key as Authorization: Bearer <key>.
Authorization: Bearer <key>
Organization
The organization resolved from your API key.
Organization id.
Organization name.
Record creation time.