Our API is organised around REST. It has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The Intruder RESTful API Reference provides a detailed list of all API endpoints and their descriptions. All calls to the API are validated against an API token. Check this page to learn how to create an access token for your account.

Our API is rate limited on a per user basis. If the API receives too many requests for a single access token, the API will start rejecting requests. See more details here.