Postman Collection
Download and import Drapier API Postman collection.
Import the full API collection into Postman for quick testing.
Download Postman Collection
Import into Postman
- Open Postman and click Import (top left)
- Drag the downloaded
.jsonfile into the import dialog - The collection "Drapier API" appears in your sidebar
Configure environment variables
The collection uses three variables:
| Variable | Description | Example |
|---|---|---|
baseUrl | API base URL | https://api.drapier.io/api/v1 |
bearerToken | JWT from login | eyJhbG... |
apiKey | Publisher API key | in_abc123... |
Set them in Postman: click the collection name, go to the Variables tab, fill in the values, and click Save.
Other tools
The collection is also compatible with Insomnia (File → Import → Postman Collection) and Bruno (Import Collection → Postman format).