Skip to main content
GET
List API keys

Authorizations

Authorization
string
header
required

Pass a Supabase JWT or a 48-character hex API key as a Bearer token.

Response

200 - application/json

Key list

id
integer
name
string
Example:

"my-key"

token
string

Only returned on creation or when key is active.

active
boolean
last_used_at
string<date-time> | null
created_at
string<date-time>