Create a creator
Creators
Create a creator
Create a creator to group accounts under for roll-up analytics.
Supply a name (and optional metadata); link accounts afterwards via
PUT /creators/{creator_id}/accounts/{account_id}. Pass an
Idempotency-Key header to make a retried create return the original
creator instead of a duplicate.
POST
Create a creator
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional client-supplied unique key for retry-safe POSTs. Best-effort in-process dedup over a 10-minute window. Multi-replica deployments will need a shared store before this is load-bearing across all writes.
Body
application/json
Response
Successful Response