Verify signup
Complete the signup for a Dintero Account by sending the verification code sent to the applicant
scopes:
- create:account
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)
Query Parameters
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 Response
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.