GET
/
me
curl --request GET \
  --url https://lyra.so/api/v1/me \
  --header 'X-LYRA-API-KEY: <api-key>'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

X-LYRA-API-KEY
string
header
required

Response

200 - application/json
User ID successfully retrieved
id
string

The user's unique identifier

name
string

The user's name