Skip to main content
GET
/
v1
/
api-keys
List API keys
curl --request GET \
  --url https://api.drin.run/v1/api-keys \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://drin.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Query Parameters

cursor
string

Pagination cursor from a previous response's nextCursor.

limit
integer

Page size.

Required range: 1 <= x <= 100

Response

200

A page of keys (secrets never included).