Skip to main content
GET
/
api
/
v2
/
backoffice
/
legal
/
documents
cURL
curl --request GET \
  --url https://sandbox.killb.app/api/v2/backoffice/legal/documents \
  --header 'Authorization: Bearer <token>'
{
  "userId": "83308679-d4ea-433f-bf98-c1cebf60793a",
  "customerId": "89e0dac7-a503-449f-9004-cc23f02e90bf",
  "sourceOfFunds": {
    "id": "a17e0a0d-37f1-4de0-9e12-1214cb2bf545",
    "path": {
      "FRONT": "https://",
      "BACK": "https://"
    },
    "validated": false
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

userId
string
required
Example:

"83308679-d4ea-433f-bf98-c1cebf60793a"

customerId
string
required
Example:

"89e0dac7-a503-449f-9004-cc23f02e90bf"

sourceOfFunds
object
required