Complete the signup for a Dintero Account by sending the verification code sent to the applicant
scopes:
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.
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).
An id that uniquely identifies the account or owner (partner)
Verification code sent to the applicant email when requesting a signup POST /accounts/{oid}/signup
Request access tokens to be included in the response.
Bearer Authorized
Account ID for the account created from completing the signup
Applicant user access token with openid scope
The lifetime in seconds of the access token.
Bearer The email for the user that verified the account
A token that can be used as previous_passwordvalue when changing the password for the user via PUT /v1/accounts/{aid}/account/user/password. Only included in the response if the signup created a new account user.