List companies
Authentication
X-Schematic-Api-Keystring
API Key authentication via header
Query parameters
credit_type_ids
Filter companies by one or more credit type IDs (each ID starts with bcrd_)
ids
Filter companies by multiple company IDs (starts with comp_)
monetized_subscriptions
Filter companies that have monetized subscriptions
plan_id
Filter companies by plan ID (starts with plan_)
plan_ids
Filter companies by one or more plan IDs (each ID starts with plan_)
plan_version_id
Filter companies by plan version ID (starts with plvr_)
q
Search for companies by name, keys or string traits
sort_order_column
Column to sort by (e.g. name, created_at, last_seen_at)
sort_order_direction
Direction to sort by (asc or desc)
Allowed values:
subscription_statuses
Filter companies by one or more subscription statuses
subscription_types
Filter companies by one or more subscription types
Allowed values:
with_entitlement_for
Filter companies that have an entitlement (plan entitlement or company override) for the specified feature ID
without_feature_override_for
Filter out companies that already have a company override for the specified feature ID
without_plan
Filter out companies that have a plan
without_subscription
Filter out companies that have a subscription
with_subscription
Filter companies that have a subscription
limit
Page limit (default 100)
offset
Page offset (default 0)
Response
OK
data
params
Input parameters
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error