Skip to main content
GET
Returns the authenticated organization’s account summary. It is read-only: the request does not change quotas, notification preferences, webhook settings, or Slack state. Customer API keys are scoped to their own organization; the platform key can use X-FreshTalent-Org-Id as described in Authentication. This endpoint reports the configured default webhook URL as a boolean only. The Gateway does not push events to that URL. Poll List events for membership-scoped profile diffs.

Inputs

There are no path parameters, query parameters, or request body fields.

Response

200
This endpoint does not require active subscription access, so a valid key can still read access.allowed: false after a trial ends. Schema details:
  • org.id is a UUID string; org.name, org.slug, and org.plan are strings. signals.fields and signals.emails are not interchangeable: this summary returns field names, not recipient addresses.
  • org.trial_ends_at and slack.team_name are string | null. access.allowed and all other booleans are non-nullable.
  • quota.daily_uniques.limit and .remaining are integer | null; .enforced is currently always false in the Gateway response.
  • quota.watch_slots.included, .used, .max, and .remaining are integers. used counts distinct watching LinkedIn URLs that are not already represented in the index graph. remaining is never below zero.
  • watch_slots.included is 0 for free and index, and 1000 for unlimited. max uses a positive organization max_people_monitored setting when present, otherwise the plan inclusion when positive, otherwise the default 1000.
  • webhook.configured means a default webhook URL exists in the organization settings. The URL and secret are never returned here.
  • signals.fields contains the stored, deduplicated signal field names. The Gateway recognizes open_to_work, between_roles, exploring, left_company, joined_company, removed_position, headline, about, and role_description. email_enabled and slack_enabled are booleans.

Errors and retries

This read is safe to retry on transient network failure, 429, or 5xx. Do not retry 400 or 401 unchanged. The default Gateway limit is 300 requests per minute per client IP, not per API key.