Skip to main content
GET
/
api
/
v1
/
api-keys
List API keys
curl --request GET \
  --url http://localhost:3000/api/v1/api-keys \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <api_key>

Query Parameters

limit
string

Maximum number of items to return (default: 10, max: 100)

offset
string

Number of items to skip for pagination (default: 0)

Response

Successful response

The response is of type object.