Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Activates an account in case the contract specifies that all new accounts are created inactive until activated by the user


Endpoint ID:2004
Method:POST
URL:

/user/dp-key/{dp-key}/verify

/user/ext-key/{ext-key}/{ext-type}/verify

 

 dp-key

dialogportal™ master key that uniquely identifies account to verify

 ext-key

External key that uniquely identifies account to verify

 ext-type

Type of external key

Request body:

Optional JSON data with code for verification.

{
	"code": "1234"
}

Response body:

None
Status codes:204

Account was verified with success

 400

Contract requires code to verify account but verification code was not supplied

 403

Verification code doesn’t match the code stored in the database

 404

Account was not found

 501

Account can not be verified, either because the account does not require verification or because verification has already been carried out

  • No labels