If you’re coming from RB2B
RB2B runs its API as a separate product with its own credit billing, so heavy use keeps adding cost. Squid ID offers the API as one flat monthly add-on with no per-call charges.| RB2B | Squid ID | |
|---|---|---|
| Pricing model | Pay-per-credit, from $9 for 100 credits | Flat $19/month add-on |
| Per-call charges | Each call spends credits (about $0.09 each) | None |
| Billing | A separate app with a separate invoice | One account, one invoice |
| Access type | Credit-metered | Read-only REST (GET only) |
Why this matters. With RB2B the API is metered, so cost scales with every call and lands on a second invoice. Here it is a flat monthly cost with no per-call charges, so your bill stays predictable no matter how much you query.
The API is read-only. Keys work on the visitor details endpoint only. The base URL is
https://id-api.asksquid.ai/api.Getting started
1
Enable API access in Add-ons
Go to Settings → Add-ons and turn on API access. Enabling requires a card and takes effect immediately, prorated for the current period.
2
Create a key
Generate a read-only key to authenticate your requests. See API keys for key management.
3
Call the read-only endpoint
Send the key as
Authorization: Bearer <key> against the read-only endpoint at https://id-api.asksquid.ai/api.Disabling API access cancels at the end of the billing period. Access runs until then.
