Skip to main content
GET
/
cheques
Get All Cheques
curl --request GET \
  --url 'http://{{baseurl}}/cheques' \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Query Parameters

filter
string
from
string
to
string

Response

200 - application/json

Successful response