...
Workflow: Check Username Flow
Input
...
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
username | Query | YES | String | N/A | username or email |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true //true or false } |
...
Invalid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result":false, "errors":{ "codes":[600400], "details":[ { "code":600400, "message":"Database connection error" } ] } } |
Error Codes
Code | Description |
---|---|
600400 | Database connection error |
Example (CURL)
...