GET
/
id
/
{username}
curl --request GET \
  --url https://api.stablepay.ai/id/{username} \
  --header 'Authorization: Bearer <token>'
{
  "username": "<string>",
  "country": "<string>",
  "issuer": "Valr",
  "stablepay_token_account": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Path Parameters

username
string
required

Stablepay ID of the recipient.

Required string length: 5 - 15

Response

200
application/json

Stablepay ID fetched successfully.

The response is of type object.