Skip to main content
GET
/
client
/
payments
Get client payments
curl --request GET \
  --url https://api.helpyousponsor.com/v1/client/payments \
  --header 'X-HYS-API-Key: <api-key>'
{
  "data": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Response

Successful operation

data
object[]