Access Pismo OpenAPI files on GitHub
To access the source files for the API references available here on the Pismo Developers Portal, you can download them from GitHub. Once you have these files, you can generate SDKs or client libraries, create Postman collections, automated tests, or integration workflows.
You can use the Git commit history to review all changes to the OpenAPI specifications over time. For a curated list of changes published each month, review the Pismo changelog.
Get Pismo OpenAPI files
The repository for the Pismo OpenAPI files is at github.com/PismoDevEx/pismo-api-specs. You can clone or download the files, then open the pismo-api-specs/published-apis folder to view all OpenAPI files in YAML format.
The naming convention for the files follows the organization of the table of contents in the APIs section of the Developers Portal. For example, you find the endpoints in the Platform setup - Programs section in the file, published-apis/Platform_setup_-_Programs.yaml.
Next steps
Many use cases exist with access to the OpenAPI YAML source files. You can:
- Generate SDKs and client libraries with your preferred OpenAPI tools.
- Create automated tests, mocks, and API collections for Postman (or another preferred API client).
- Build integration workflows that use OpenAPI specifications as contracts.
- Detect line-by-line changes to the OpenAPI files by viewing the Git commit history.
Updated 5 days ago