Back to Features
🛠️

REST API

ActivePlatformMUSTFREE

What it does

POTAL provides a RESTful JSON API with ~160 endpoints covering landed cost calculation, HS classification, sanctions screening, FTA lookup, and more. All endpoints use standard HTTP methods, return JSON responses, and include rate limit headers.

How to use it

1

Get your API key

Sign up at potal.app and create an API key from Dashboard > API Keys.

2

Authenticate requests

Include your API key in the X-API-Key or Authorization: Bearer header.

3

Call endpoints

Send JSON requests to https://potal.app/api/v1/{endpoint}. All responses include success, data, and meta fields.

4

Handle errors

Check the success field and HTTP status code. Error responses include a code and message for debugging.

API Reference

GET/POST/api/v1

Related Features

Having issues?