In addition to the method-specific response data, the Loginapp REST API provides additional attributes in many REST responses. What information is provided depends on the state of the flow engine as indicated by the nextStep
code returned in the response.
Example: The REST response in an mTAN verification step used in an authentication flow returns:
nextAuthStep
:MTAN_OTP_REQUIRED
phoneNumber
where the OTP was sent to as an additional attribute.
The full list of additional attributes is documented in the Loginapp REST API Reference. It lists for each nextStep
code all the additional attributes provided in the response. For each type of REST API a separate table with information about additional attributes has been added to the REST API documentation.