Skip to main content
GET
/
client
/
keys
List own API keys
curl --request GET \
  --url https://api.circular.rosetta.sh/api/v1/client/keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key_prefix": "<string>",
    "status": "active",
    "created_at": "2023-11-07T05:31:56Z",
    "last_used_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Supabase JWT with client_id claim

Response

200 - application/json

List of API keys

id
string<uuid>
key_prefix
string

e.g. circ_live_xxxx

status
enum<string>
Available options:
active,
revoked
created_at
string<date-time>
last_used_at
string<date-time> | null