Docs/Account/Check Plan
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.

This endpoint takes no parameters — just your bearer token.

FieldTypeDescription
planstringstarter, growth, or agency.
rate_limitstringRequests per minute for your tier.
seatsintegerConnector seats included.
requests_todayintegerCalls made in the current day.
per_row_costintegerAlways 0 — flat, unlimited pricing.
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.