Skip to main content
POST
/
api
/
auth
/
register
Register a new user API key POST /api/auth/register
curl --request POST \
  --url https://api.example.com/api/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "message": "<string>",
  "pubkey": "<string>",
  "signature": "<string>"
}
'

Body

application/json

Request body for registering a user API key

address
string
required
message
string
required
pubkey
string
required
signature
string
required

Response

User API key registered successfully