Skip to main content
GET
/
v1
/
me
Get the authenticated API owner profile
curl --request GET \
  --url https://api.yalg.ai/v1/me \
  --header 'x-api-key: <api-key>'
{
  "id": "018f9f40-7d7b-7712-9b0f-2e5d9fd5df3f",
  "email": "creator@yalg.ai",
  "firstName": "Nico",
  "lastName": "Creator",
  "plan": "pro",
  "createdAt": "2026-06-20T17:24:39.000Z",
  "updatedAt": "2026-06-20T17:24:39.000Z"
}

Authorizations

x-api-key
string
header
default:yalg_live_your_api_key
required

YALG Developer API key. Send it in the x-api-key header from a server-side environment only.

Response

Successful response. Get the authenticated API owner profile.

The response is of type object.