GET
/
payments
List payments
curl --request GET \
  --url https://staging.yasmina.ai/api/v1/car/payments \
  --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.