Postman Collection

Test and integrate with the PerilPulse API using our comprehensive Postman collection

Download Postman Collection

Get started quickly with our pre-configured collection containing all API endpoints, example requests, and responses.

download Download Collection

What's Included

api

All Endpoints

Complete collection of all API endpoints including risks, property data, and replacement costs

code

Example Requests

Pre-configured requests with sample parameters for both address and coordinate lookups

check_circle

Response Examples

Sample responses for successful requests and common error scenarios

Quick Start Guide

1

Import the Collection

Open Postman and click "Import" → Choose the downloaded JSON file or paste the import URL

https://www.perilpulse.com/postman/postman_collection.json
2

Set Your API Key

Go to Variables tab and update the api_key value with your PerilPulse API key

3

Start Testing

Select any request from the collection and click "Send" to test the API. All authentication is pre-configured!

Environment Variables

The collection uses these variables for easy configuration:

Variable Default Value Description
base_url https://api.perilpulse.com/v1 API base URL
api_key YOUR_API_KEY_HERE Your PerilPulse API key

Available Requests

Risk Assessment

  • Get Risks by Address
  • Get Risks by Coordinates

Property Data

  • Enhanced Property Data
  • Replacement Cost Data

Combined Endpoints

  • Risks and Enhanced Property
  • All Data Combined

Other

  • Get Profile
  • JSON Schemas
  • Error Examples

Alternative Import Methods

link Import from URL

In Postman, click Import → Link → paste this URL:

https://www.perilpulse.com/postman/postman_collection.json

terminal Using Newman CLI

Run the collection from command line:

newman run https://www.perilpulse.com/postman/postman_collection.json \ --env-var "api_key=YOUR_API_KEY"

Need Help?

Check out our API documentation or contact our support team