Introduction
Requests
Responses
Example Response (🟢 Success)
HTTP/1.1 200 OK
Connection: keep-alive
Content-Type: application/json
Date: Sat, 09 Jan 2021 22:00:57 GMT
Server: nginx/1.17.10 (Ubuntu)
Vary: Cookie
X-Frame-Options: SAMEORIGIN
{
"result": "success",
"payload": <Payload>
}Example Response (🔴 Error)
Last updated
Was this helpful?