Troubleshooting Guide
400 Bad Request: The required arguments are invalid or missing. Check if they are provided and spelled correctly. GET requests expect query parameters and POST requests expect a JSON body.
401 Unauthorized: The
Authorization
header was not found or incorrectly formatted. Check your header is in the format:Authorization: Bearer YOUR_DAOLITY_API_KEY
404 Not Found: The URL path is not found. Check that the URL path and any IDs in the path are correct.
Last updated