Code | Description |
---|
200 - OK | GET, POST:Â Request was successful. |
304 - Not Modified | GET: Client should use cached resource. |
400 - Bad Request | GET: The user authenticated successfully, but the user has no Snapp Profile. POST: The file was received, but does not pass validation against the Snapp Profile specification. |
401 - Unauthorized | GET, POST: Authorization code or bearer token is invalid. |
404 - Not Found | GET, POST: API URL requested does not exist. |
500 - Internal Server Error | GET, POST: Server-side processing error. |