Skip to main content

PoolParty APIs - HTTP Status Codes

Abstract

PoolParty APIs - HTTP Status Codes

Success and failure of requests to the PoolParty APIs are handled with HTTP status codes. Below you find an overview of the possible codes and a short description.

  • 200 - OK - Request was successful.

  • 400 - Bad Request - Request was malformed - mostly because a parameter is missing or invalid.

  • 401- Unauthorized - The endpoint requires authentication and no credentials were provided.

  • 403 - Forbidden - The provided authentication is not allowed to call this endpoint.

  • 404 - Not Found - The requested endpoint URL is invalid / does not exist.

  • 406 - Not Acceptable - An unsupported format was requested via Accept header or HTTP parameter.

  • 500 - Internal Error - An unexpected error occured. Please contact your server administrator.

  • 503 - Service Unavailable - The endpoint is not available with the current license.