Documentation
Error Handling
We use standard HTTP status codes to indicate the success or failure of an API request.
HTTP Status Codes
200/201: OK / Created - Request was successful.
400: Bad Request - The JSON payload is malformed.
401: Unauthorized - Your Maple Memory API Key is missing or invalid.
404: Not Found - The requested Memory ID does not exist.
429: Too Many Requests - You hit the rate limit.
500: Server Error - Something went wrong on our end.