GET
/user/profileGet Profile
Response fields
Asserted by the API’s own test suite.
user6 endpoints.
Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.
/user/profileAsserted by the API’s own test suite.
user/user/application-status-update{
"status": "approved",
"organizationId": "{{organization_id}}"
}Asserted by the API’s own test suite.
success/user/debtor-approved{
"debtorId": "{{debtor_id}}",
"organizationId": "{{organization_id}}"
}Asserted by the API’s own test suite.
success/user/debtor-rejected{
"debtorId": "{{debtor_id}}",
"organizationId": "{{organization_id}}"
}Asserted by the API’s own test suite.
success/user/load-status-update{
"loadId": "{{load_id}}",
"status": "funded"
}Asserted by the API’s own test suite.
success/user/pod-verified{
"loadId": "{{load_id}}"
}Asserted by the API’s own test suite.
success