v1
latestOpenAPI 3.1.02026-07-2685154311.7 KBCustomer
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"
}