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 »

General Information


ServiceAPIMethod
urac/changeEmail/validateGET


Data Model: %Link to Data Model%

Workflow: %Link to Architecture Page%

Input


NameSourceMandatoryTypeSpecial FormatDescription
 BodyYESStringN/A 

 

Output


Valid Response

Valid Response Sample
{
	"result": true,
	"data": {
		"..."	
	}
}

 

Invalid Response

Error Response Sample
{
    "result":false,
    "errors":{
        "codes":[400],
        "details":[
            {
                "code":400,
                "message":"Problem with the provided password"
            }
        ]
    }
}



Error Codes


 

Code
Description
400Database Error


Example (CURL)


Request

Calling YOUR API
 > CURL -X POST http://127.0.0.1:4000/...

Response

YOUR API response
{
	"result": true,
	"data": {
		"_id": "57063608622c47b5c097d19b",
		"..."
	}
}
  • No labels