Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workflow: Check Username Flow

Input

...

Type: application/json
NameSourceMandatoryTypeSpecial FormatDescription
usernameQueryYESStringN/Ausername or email


Output

...

Valid Response

Code Block
languagejs
titleValid Response Sample
{
	"result": true,
	"data": true //true or false
}

...

Code Block
languagejs
titleError Response Sample
{
    "result":false,
    "errors":{
        "codes":[600400],
        "details":[
            {
                "code":600400,
                "message":"Database connection error"
            }
        ]
    }
}

...