Skip to main content
POST
/
client
/
keys
Create new API key
curl --request POST \
  --url https://api.circular.rosetta.sh/api/v1/client/keys \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key_prefix": "<string>",
    "rawKey": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  },
  "warning": "<string>"
}

Authorizations

Authorization
string
header
required

Supabase JWT with client_id claim

Response

201 - application/json

API key created

data
object
warning
string

Always: Save this key now. It will not be shown again.