GET
/
v1
/
partner
/
purchases
curl --request GET \
  --url https://api.superlink.me/v1/partner/purchases \
  --header 'Authorization: <api-key>'
{
  "purchases": [
    {
      "currency": "USD",
      "domain": "firstname.lastname",
      "nameService": "superlink",
      "ownerAddress": "0x1234567890abcdef1234567890abcdef12345678",
      "partnerId": "1234567890abcdef1234567890abcdef12345678",
      "price": 59.99
    }
  ]
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Response

200
application/json
OK
purchases
object[]