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