GET
/
payment-due
Payment due
curl --request GET \
  --url https://staging.yasmina.ai/api/v1/medical/payment-due \
  --header 'Authorization: Bearer <token>'
{
  "payment": 1500
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Success

The response is of type object.