Postman collection
Spaaza maintains an official Postman collection that helps developers explore, test, and validate Spaaza API requests more quickly.
The collection includes:
- ready-to-use request templates for Spaaza API endpoints,
- preconfigured headers and parameters,
- example JSON request bodies,
- environment variables for authentication and configuration.
Download the collection
You can access the Spaaza Postman collection here:
How to use it
- Import the Spaaza collection and environment files into Postman.
- Configure the environment values you need for your target Spaaza environment.
- Review the request examples for the endpoint you want to test.
- Run requests and compare the results with the documentation site when you need more detail on request behavior or authentication requirements.
When to use the collection
The Postman collection is useful when you want to:
- inspect the structure of available requests,
- test authentication and endpoint behavior,
- reuse prepared examples instead of building requests from scratch,
- work side-by-side with Spaaza documentation or AI Agent Skills.