Comment on page
Using the API
Your API requests are authenticated using API keys. Most endpoints support API keys, but some do not, such as account management endpoints, for security purposes.
You can generate an API key from your Settings page at any time. These do not expire unless replaced with a new one.
To make your first request, send an authenticated request to the /api/auth/me endpoint. This will return information about your currently logged in account.
get
https://demo.getlynx.dev/api
/auth/me
Get Account
Last modified 6mo ago