Getting started
Basic setup for the Hopscotch API.Hopscotch offers a REST API that allows you to interact with Hopscotch programmatically. You can integrate the API in your existing workflow or agentic environment.
You can interface with the API directly via HTTP requests using your preferred programming or scripting language, or you can use the Hopscotch TypeScript and Python SDKs.
OpenAPI specification
If you want to automatically generate an SDK for an unsupported language, import the Hopscotch API in a testing tool like Postman, or integrate using an AI agent, you can view and download the OpenAPI 3.0 JSON specification for the Hopscotch API.
Calling the REST API
To call the Hopscotch API directly, make HTTP requests to the following URL:
The API accepts and respons with content type JSON.