Using the API
Last updated
Last updated
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
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
String
Your API key
token
String
Your JWT Session