-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTES.txt
12 lines (11 loc) · 902 Bytes
/
NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
400 Bad Request – Something in your request is not correct. It could be the content of the JSON or it could be the server endpoint is not expecting this content.
401 Unauthorized – Bad API key
404 Not Found – The resource you are looking for does not exist on the system.
405 Method not allowed – You requested a method that has not been implemented on the server.
406 Not Acceptable – You requested a format that isn’t JSON.
409 Conflict – A resource constraint has been violated.
410 Gone – The resource requested has been removed.
429 Too Many Requests – Too much load right now. Try again later.
500 Internal Server Error – We had a problem with our server. Try again later.
503 Service Unavailable – We’re temporarially offline for maintanance. Please try again later.
------------------------------------------------------------------------------------------------------