Skip to main content
The Squid ID API is read-only. A token you create in Squid ID can read your identified visitor data and list your websites. It cannot create, change, or delete anything. Use it to pull identified visitors into your own systems.

Base URL

https://app.asksquid.ai/api/v1
All endpoints are served over HTTPS. HTTP requests are rejected.

Authentication

Every request requires a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_TOKEN
See Authentication for how to create one, and API tokens for managing them.

Endpoints

EndpointMethodDescription
/visitors//detailsGETAn identified visitor’s details: name, email, company, role, LinkedIn
/account/sdksGETList your websites
/account/sdks/GETRead one website’s configuration

Response codes

CodeMeaning
200Success
401Unauthorized (missing or invalid token)
403Forbidden (token lacks read access to this resource)
404Resource not found
429Rate limited