GET
/
id
/
checkUser
/
{username}
curl --request GET \
  --url https://api.stablepay.ai/id/checkUser/{username} \
  --header 'Authorization: Bearer <token>'
{
  "available": true
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Path Parameters

username
string
required

Username to check.

Required string length: 5 - 15

Response

200
application/json

Username availability check completed.

The response is of type object.