GET
/
client
/
{id}
/
payment-status
Get client payment status
curl --request GET \
  --url https://api.helpyousponsor.com/v1/client/{id}/payment-status \
  --header 'Authorization: Bearer <token>'
{
  "paid": true,
  "total": 0
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The id of the client

Response

Successful operation

paid
boolean
Example:

true

total
number
Example:

0