Zors API

This host serves the Zors public REST API — territories, contacts and companies for your workspace. There is nothing to browse here; every other path is an API endpoint.

Base URL

https://public-api.zors.ai

Authentication

Authorization: Bearer zors_live_…

Create a key in Zors under Workspace › Developers. Keys are scoped to one workspace and cannot read another’s data.

Example

curl -H "Authorization: Bearer $ZORS_API_KEY" \
  "https://public-api.zors.ai/v1/territories"
Read the documentation Open Zors