Common HTTP Status Codes
Handling Errors
Applications should be designed to handle errors gracefully. We recommend:- Validate user input before sending requests.
- Retry temporary failures such as
429and503using exponential backoff. - Do not retry authentication (
401) or malformed request (400) errors without first correcting the request. - Log error responses for troubleshooting and monitoring.
- Display meaningful error messages to end users when appropriate.
Support
If you receive unexpected errors or believe an issue is not documented, email the Webacy team at info@webacy.com. Include the request ID, endpoint, timestamp, and full error response so we can investigate the issue more quickly.Reporting a security issue
To report a suspected security vulnerability in the Webacy API, SDKs, or dApp, email info@webacy.com with the subject lineSecurity report. Include:
- A description of the vulnerability and its potential impact.
- Steps to reproduce, including any proof-of-concept requests or payloads.
- Affected endpoint, SDK version, or URL.
- The date and time you observed the issue, in UTC.
