Skip to main content
GET
/
cheques
/
{chequeID}
Get Cheque By ID
curl --request GET \
  --url 'http://{{baseurl}}/cheques/{chequeID}' \
  --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

Path Parameters

chequeID
string
required

Response

200 - application/json

Successful response