cURL
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 } ] }
Returns a list of all purchases
Type "Bearer" followed by a space and the JWT token.
OK
The response is of type object.
object