Customer
Create customer
Creates a new customer
post/auth/customer
Request body
Example request
{
"vaspDID": "did:methd:identifier"
}Response
Customer created
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.