API Reference · Account
Check Plan
Return your current plan tier, rate limit, seat count, and request history. This is a free call — it never counts against your quota, and there is never a per-row charge on any Saleshub plan.
GEThttps://app.saleshub.ai/v1/account/plan
$0
No per-row cost. Every Saleshub plan is flat and unlimited — responses always return credits_used: 0. Page through results freely.
parameters
This endpoint takes no parameters — just your bearer token.
response fields
| Field | Type | Description |
|---|---|---|
| plan | string | starter, growth, or agency. |
| rate_limit | string | Requests per minute for your tier. |
| seats | integer | Connector seats included. |
| requests_today | integer | Calls made in the current day. |
| per_row_cost | integer | Always 0 — flat, unlimited pricing. |
status codes
200Success.
400Bad request — the body could not be processed.
401Unauthorized — invalid or missing API key.
404Not found — no match for the data provided.
422Invalid input — a filter value isn't a supported enum.
429Rate limited — retry after the
Retry-After header.