Skip to main content
POST /account/login

Creates OTP to send via SMS or email and to be provided for consent request initiation.

Query Parameters
    locale Locale

    Desired language (if supported). See supported languages for more information.

Request Body required

Create OTP (One Time Password) for the consent owner

    msisdn Msisdn

    Mobile phone number

    email Email

    Email address

Responses

OTP was send via email or SMS, to be provided on initial consent request


Schema
    otpLength integer

    desired length of OTP (send via SMS or e-mail)

Loading...