Skip to main content
GET
/
v0
/
applications
/
{id}
/
entity_relationships
List application entity relationships
curl --request GET \
  --url https://api.sandbox.lead.bank/v0/applications/{id}/entity_relationships \
  --header 'Authorization: Bearer <token>'
{
  "objects": [
    {
      "entity_id": "entity_xyz123",
      "relationship_type": "account_holder"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Application ID Unique identifier for the application. Prefixed with application_.

Pattern: ^application_\w+$
Example:

"application_xyz123"

Response

List of entity relationships for the application.

objects
object[]
required