Skip to content

HTTP Error Codes

Standard HTTP status codes returned by the IIMMPACT API.

Status CodeDescription
200 OKThe request has succeeded.
400 Bad RequestInvalid parameter was passed. Correct the parameter and retry.
401 UnauthorizedAuthentication failed. Returns a JSON body with error and message fields. See API Key Authentication for all error codes.
403 ForbiddenThe server understands the request but refuses to authorize it.
500 Internal Server ErrorThe server encountered an unexpected condition. Please retry or contact support@iimmpact.com if the issue persists.
503 Service UnavailableThe service is temporarily unavailable. Retry with exponential backoff.

IIMMPACT API Documentation