Customer

Get customer

Returns a customer of a VASP by customer DID

get/auth/customer/{vaspDID}/{customerDID}

Path parameters

vaspDIDstring required

Decentralized Identifier

Example:did:methd:identifier

VASP DID

customerDIDstring required

Decentralized Identifier

Example:did:methd:identifier

Customer DID

Response

Customer info

idstring uuid

Identifier of the Transfer

didstring required

Decentralized Identifier

vaspDIDstring required

Decentralized Identifier

customerRefstring

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "did": "did:methd:identifier",
  "vaspDID": "did:methd:identifier"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.