Postman Collections
Import our ready-made collections and make calls without writing code.
Files
| Download | Contents |
|---|---|
| RoofAngle-v4.postman_collection.json | All /v4/* endpoints |
| RoofAngle-v1.postman_collection.json | All /v1/* endpoints (RoofAngle-hosted checkout) |
| RoofAngle.postman_environment.json | Shared environment (base_url, client_id, client_secret) |
Setup
- In Postman, Import all three files.
- Select the RoofAngle environment (top-right dropdown).
- Edit the environment and fill in
base_url,client_id, andclient_secret. - Run Auth > POST Get Access Token once. A script stores the token automatically.
- Every other request reuses it. On
401, re-run the auth request (tokens last 1 hour).
Example requests contain placeholders like REPLACE_WITH_SERVICE_ID. Get real ids from Services > GET List Services.
