Using the API
Get your API keys
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.
Make your first request
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 Account
GET
https://demo.getlynx.dev/api/auth/me
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Your API key |
Cookies
Name | Type | Description |
---|---|---|
token | String | Your JWT Session |
Explore the full API documentation
API ReferenceLast updated