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>" } }
Returns information about the authenticated organization
Organization information
The response is of type object.
object