Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 396 Bytes

_index.md

File metadata and controls

21 lines (15 loc) · 396 Bytes

+++ title = "API" toc = true weight = 5 +++

Table of contents

Error Types

HTTP status code summary

200 - OK                Everything worked as expected.
400 - Bad Request       Sent parameters were invalid.
403 - Unauthorized      Not authorized request or invalid API token.
500 - Server Error      Something went wrong on server side.