Skip to main content
Weavr Multi Product API
Beneficiaries

Get a beneficiary

GET/beneficiaries/{id}

Retrieves a beneficiary identified by the id path parameter

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
BeneficiaryBeneficiary · object · 9 fields
Response example
{  "trustLevel": "TRUSTED",  "externalRefs": [    "string"  ],  "group": "string",  "beneficiaryInformation": {    "businessName": "string"  },  "beneficiaryDetails": {    "instrument": {      "id": "string",      "type": "managed_cards"    }  },  "id": "string",  "relatedOperationBatches": [    {      "batchId": "string",      "operation": "CREATE"    }  ],  "state": "INITIALISED",  "validationFailure": "INSTRUMENT_DETAILS_NOT_FOUND"}