Skip to main content
GET
/
iser
/
random-available-handle
Get list of available handles for a given user email alias.
curl --request GET \
  --url https://api.example.com/iser/random-available-handle \
  --header 'Authorization: Bearer <token>'
{
  "available_handles": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Success

available_handles
string | null