Versioning

The Intruder API is versioned using a URL path versioning system, where the version of the API is reflected in the path of the URL, e.g. https://api.intruder.io/v1/issues/.

Any backwards incompatible breaking changes to the Intruder API will result in us issuing a new version of the API. Any old versions of the API will remain live to ensure any old integrations continue to work.

For more details on changes to the API please visit our changelog.