curl --request GET \
--url https://api.sanka.com/v1/public/payments \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id_rcp": 123,
"contact_name": "<string>",
"company_name": "<string>",
"start_date": "2023-12-25",
"status": "<string>",
"currency": "<string>",
"total_price": 123,
"total_price_without_tax": 123,
"entry_type": "<string>"
}
]curl --request GET \
--url https://api.sanka.com/v1/public/payments \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id_rcp": 123,
"contact_name": "<string>",
"company_name": "<string>",
"start_date": "2023-12-25",
"status": "<string>",
"currency": "<string>",
"total_price": 123,
"total_price_without_tax": 123,
"entry_type": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK