GET
/
whoami
cURL
curl --request GET \
  --url https://app.talvin.ai/api/v1/whoami \
  --header 'X-TALVIN-API-KEY: <api-key>' \
  --header 'X-TALVIN-ORGANIZATION-ID: <api-key>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

X-TALVIN-API-KEY
string
header
required
X-TALVIN-ORGANIZATION-ID
string
header
required

Response

200
application/json

Organization information

The response is of type object.