Skip to main content
The 1eye API lets you programmatically manage signals, targets, and destinations. All endpoints are HTTPS, accept and return JSON, and are authenticated with an API key.

Base URL

Authentication

Pass your API key in the Authorization header on every request:
Generate keys from your workspace settings. Keep them secret and rotate any key that leaks.

Response format

Successful responses return a JSON object with the requested resource. Errors return a JSON object with an error field and an appropriate HTTP status code.

Rate limits

Requests are limited per API key. When you exceed the limit, the API returns 429 Too Many Requests. Retry with exponential backoff.