Handling Responses and Errors
API responses typically return:
200 OK – Success
400 Bad Request – Missing or invalid parameters
401 Unauthorized – Invalid or missing subscription key
403 Forbidden – Access denied (check subscription)
500 Internal Server Error – Server issue
Check the response body and error message for more details.