Skip to main content
GET
The authoritative description of what your API key may do. Call it once at integration time (and periodically afterwards) to self-configure: it states, per dataset, whether access is granted and by what, the exact territory and the exact date window that will be applied to every query, plus your rate limits and credit balances.
The data endpoints enforce exactly what this endpoint reports. If a result set is narrower than you expected, compare it against GET /api/access before assuming a bug.

Headers

string
required
Bearer token: Bearer <access_token>

Response

object
string
Always api_key — developer API tokens are only issued via API key exchange.
object
Entitlements per dataset. Contains recently_registered, which holds one entry each for gst, company and director.
array
Credit balances on the account, each with type, balance, total_credits, used_credits and last_updated.
object
Current rate limit consumption, including detail_endpoints with used_today, daily_limit and remaining.
string
When this snapshot was produced (UTC).