Skip to main contentImport the OpenAPI spec (/api-reference/openapi.json) directly into Postman to generate requests and environments.
Steps
- In Postman, click Import.
- Select Link or File and point to
/api-reference/openapi.json.
- Set your environment variables:
base_url: https://api.bota.dev/v1 (or sandbox)
api_key: sk_test_... or sk_live_...
Tips
- Duplicate the collection to maintain separate Sandbox and Production environments.
- Use Postman variables for
end_user_id, device_id, and recording_id to chain requests.