Identity
Last updated
Last updated
GET /api/v1/identity-accounts/own HTTP/1.1
Accept: */*
{
"records": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"identityId": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"status": "ACTIVE",
"country": "text",
"deactivated": true,
"paymentInstruction": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "CRYPTO",
"status": "ACTIVE",
"asset": "text",
"rail": "ETHEREUM",
"paymentIdentifiers": [
{
"id": "text",
"type": "BSB",
"value": "text",
"active": true,
"sequenceNumber": "text",
"amount": 1,
"usdAmount": 1,
"complete": true,
"providerId": "text"
}
],
"isReadOnly": true,
"thirdPartyDisabled": true
}
}
]
}