Skip to content

Files

Latest commit

 

History

History
83 lines (57 loc) · 1.23 KB

generic.md

File metadata and controls

83 lines (57 loc) · 1.23 KB

Generic

Signatures

GET /api/v1/Test

"Invalid API key."

OR

"Invalid API token." 

OR

"Invalid key."

OR

GET /

Internal Server Error

GET /

"message":"Page not found"

GET /thisdoesntexist

"message":"Page not found"

GET /

404 Not Found

GET /api/aaa

HTTP/1.1 404 Not Found
Server: Microsoft-IIS/8.5
Content-Length: 0

OR

HTTP/1.1 404 Not Found
Server: nginx
Content-Length: 0

GET /api/test

"message":"not_found"

GET /

"message":"Not Found"

Additional References