v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Organizations

Create organization secret

Create an organization secret for an account. This endpoint is intended for dashboard-admin use.

post/v1/organizations/{account_id}/secrets

Path parameters

account_idstring required

Response

The newly created organization secret.

created_atstring required

ISO 8601 creation timestamp

idstring required

Unique secret identifier

last_fourstring required

Last four characters of the secret

revoked_atstring nullable required

ISO 8601 revocation timestamp, or null if active

signing_public_keystring nullable required

P-256 public key in PEM format for request signing, or null if not configured

organization_secretstring required

The plaintext organization secret. Returned only at creation time.