Developer Tools

Everything you need to integrate Polyfence geofencing into your applications. Interactive API docs, SDKs, CLI, and more.

Quick Start

1

Get API Key

Log in and create an API key from your dashboard

2

Try the API

Open Swagger UI to explore endpoints and test requests directly in your browser

3

Choose Your Tool

Use an SDK for your language, the CLI for automation, or make direct HTTP calls

Example Request

cURL
curl -X GET "https://polyfence.io/api/zones" 
  -H "x-api-key: pd_your_api_key_here"