Postman setup
Import any cURL block from the docs into Postman and set up a Satellyte environment.
All cURL examples in the docs are Postman-compatible.
Import a request
- Open Postman.
- Click Import.
- Choose Raw text.
- Paste any cURL block from the docs.
- Click Continue, then Import.
Recommended variables
| Variable | Example |
|---|---|
base_url | https://api-staging.satellyte.ai/api/v1 |
public_api_key | YOUR_PUBLIC_API_KEY |
lead_id | LEAD_ID_HERE |
radar_id | RADAR_ID_HERE |
webhook_url | https://example.com/webhook |
Header template
Use this as the default header set on your Satellyte environment:
Content-Type: application/json
X-Satellyte-API-Key: {{public_api_key}}