header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Example:
229fe24c-d840-48dc-959a-e0ff1479df35
Body Params multipart/form-data
loan_ids
stringÂ
optional
Example:
f94f11d3-6bfa-474d-99be-a304f3bbaa50
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 POST 'https://preprod.api.crego.io/v1/lms/records/229fe24c-d840-48dc-959a-e0ff1479df35/adjustments/' \
--form'loan_ids="f94f11d3-6bfa-474d-99be-a304f3bbaa50"'