Returns the ID of the authenticated user
curl --request GET \ --url https://lyra.so/api/v1/me \ --header 'X-LYRA-API-KEY: <api-key>'
{ "id": "<string>", "name": "<string>" }
The user's unique identifier
The user's name
Was this page helpful?