header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string
required
Example:
52fc8099-3af6-4d5d-ac7b-24347f16e9f1
Query Params
start_date
string
required
Unix time stamp
Example:
1714242600
end_date
string
required
Unix time stamp
Example:
1719253800
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://preprod.api.crego.io/v1/lms/accounts/52fc8099-3af6-4d5d-ac7b-24347f16e9f1/disbursement_advice/?start_date=1714242600&end_date=1719253800'