API Access
Learn how to connect to the Polyscout HTTP API, what headers are required, and the conventions used across all endpoints.
Base URL and Versioning
https://api.polyscout.ioContent-Type: application/jsonAuthentication Header
Authorization: Bearer <POLYSCOUT_USER_API_KEY>Request IDs
x-request-id: <your-request-id>Idempotency
Pagination
Rate Limiting
Error Format
Last updated