GET
/
client
/
{id}
/
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

200
application/json
Successful operation
paid
boolean
Example:

true

total
number
Example:

0