Standards
Missing Authentication
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 39
{"success":false,"data":"Unauthorized"}OPTIONS requests
HTTP/1.1 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Content-Length: 58
WWW-Authenticate: Bearer
{"success":true,"data":{"methods":["GET","OPTIONS"]}}Server timeouts
Last updated