Discussions

Ask a Question
Back to All

GET on Report Borrower Resources

Hello,

Do you have any GET endpoints on your Reporting Consumers resource (/v1/borrowers/consumers/{id})?

Also, when trying to create the same Borrower (consumer) resource twice, rather than getting a 409 - Duplicate I get back something like the following:

{
    "requestId": "ff32af77-8384-4956-8613-29491ffdc8a8",
    "message": "undefined, [P0000]",
    "_input": {}
}

Is this expected?

Thank you for your time.