Back to Features
🔗

SDK (cURL)

ActiveIntegrationMUSTFREE

What it does

cURL examples for every POTAL API endpoint. Copy-paste ready commands for quick testing, scripting, and integration from any environment. Every endpoint page in the documentation includes a cURL example.

How to use it

1

Get your API key

Create an API key from Dashboard > API Keys.

2

Copy a cURL example

Find the endpoint in the API docs and copy the cURL example — replace the API key placeholder.

3

Run in terminal

Paste into any terminal (macOS, Linux, Windows PowerShell) and execute.

4

Pipe to tools

Combine with jq for JSON formatting: curl ... | jq . or redirect output to files.

Related Features

Having issues?