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

  1. Open Postman.
  2. Click Import.
  3. Choose Raw text.
  4. Paste any cURL block from the docs.
  5. Click Continue, then Import.
VariableExample
base_urlhttps://api-staging.satellyte.ai/api/v1
public_api_keyYOUR_PUBLIC_API_KEY
lead_idLEAD_ID_HERE
radar_idRADAR_ID_HERE
webhook_urlhttps://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}}