creator

Add Account

post/creator/accounts

Request body

platform'tiktok' | 'instagram' | 'youtube' required

The social platforms a creator account can live on.

A StrEnum, so match over it is exhaustiveness-checked and members compare equal to the plain strings that a Text column reads back.

The column MUST stay mapped_column(Text): left to infer, SQLAlchemy renders an Enum annotation as a native database ENUM over the MEMBER NAMES ("TIKTOK"), which is both a migration and a different stored value.

handlestring required

Response

Successful Response

OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.