Get linked account verifications
GET
/linked_accounts/{id}/verifications Request
Path parameters
Query parameters
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "verificationRuns": [ { "id": "string", "state": "PENDING", "completedTimestamp": 0, "verificationSteps": [ { "step": "TRANSFER_INSTRUCTION", "details": { "amount": { "currency": "string", "amount": 0 }, "reference": "string", "destination": { "accountOwnerName": "string", "accountType": "BUSINESS", "accountReference": { "iban": "string", "bankIdentifierCode": "string" } } }, "status": "PENDING_USER", "completedTimestamp": 0 } ], "overriddenReason": "string" } ], "count": 0, "responseCount": 0}