Passwordless
Passwordless connections do not require the user to remember a password. Instead, another mechanism is used to prove identity, such as a one-time code sent through email or SMS, every time the account user logs in.
- The client_id/audience must have a grant with type
authorization_codeto allow sending verification-code - This endpoint is designed to be called from the client-side and is subjected to rate limits
scopes:
- admin:accounts
- write:accounts
- write:accounts:/auth/passwordless
- write:accounts:/auth/passwordless-sms
- write:accounts:/auth/passwordless-email
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account or owner (partner)
Body
The unique identifier of the target API you want to access.
How to send the code to the user.
email, sms The user's email address
Passwordless for type company/customer requires that the email is registered to a customers users
company, customer Use code to send a verification code.
code Use login_session_id to resend the same verifcation code to
an alternative connection.
Response
Request processed