Error codes

Learn more about error codes and how to resolve them.

All API errors include a code to identify them. Below is a full list of possible error codes and information on how to resolve them.

invalid_api_key

The provided API key was invalid. You can create and obtain a valid one from the Pliro Dashboard.

invalid_api_version

The provided API version was invalid. Please use one of the supported versions.

invalid_param

The value of one of the provided request parameters was invalid. See the message property for more details.

missing_api_key

No API key was provided in the request. See Authentication for how to authenticate your API requests.

revoked_api_key

The provided API key has been revoked. Obtain a new API key from the Pliro Dashboard.

Last updated