Create child company API key
Create an API key for a connected account (child company) owned by a parent company.
Documentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the parent platform company (e.g. 'biz_xxx').
Body
Parameters for CreateChildCompanyApiKey
The unique identifier of the connected account to create the API key for (e.g. 'biz_xxx').
A human-readable name for the API key, such as 'Production API Key'.
Granular permission statements defining which actions this API key can perform. Either permissions or role must be provided.
A system role to inherit permissions from (e.g. owner, admin, moderator). Either role or permissions must be provided.
owner, admin, moderator, sales_manager, advertiser Response
A successful response
An API key created for a child company, including the one-time secret key.

