authentication

Get customer access token

Get a Notabene API access token on behalf of a customer

post/auth/customerToken

Request body

vaspDIDstring required

Decentralized Identifier

customerRefstring required

Example request

{
  "vaspDID": "did:methd:identifier"
}

Response

API Token

access_tokenstring
token_typestring
scopestring

Changes