Create Api Key
Create an API key scoped to the caller’s organization.
The response carries the key secret. This is the only time the secret is ever returned — store it immediately, because it cannot be retrieved again.
Returns: The created key with its one-time secret.
Body
Request body for minting a new API key.
Attributes: name: Human-readable label identifying the key.
Human-readable label identifying the key.
1 - 200Response
Successful Response
A freshly minted API key, including its one-time secret.
Attributes: id: Unique key identifier. name: Human-readable label supplied at creation. secret: The key secret. Returned only by the creation call and never retrievable afterwards. created_at: When the key was created.