Skip to main content

Creators resource

What's new

A new Creators resource adds full CRUD management for content creators in a creator program. You can list, create, fetch, update, and delete creators, each with profile details (name, email, avatar), social media links, custom terms, a tier-group assignment, and a promo code.

Impact

Creator programs can now be managed entirely through the API — onboard a creator, assign them to a tier group, and issue a promo code without going through the dashboard.

Changes

ResourceChange
get_creatorsAdded GET /v1/creators — paginated list of creators
create_creatorAdded POST /v1/creators — create a creator with name, email, optional social medias, tier group, and promo code
get_creatorAdded GET /v1/creators/{creator_id} — fetch a single creator
update_creatorAdded PUT /v1/creators/{creator_id} — update a creator
delete_creatorAdded DELETE /v1/creators/{creator_id} — remove a creator

Upgrade

  • No action required. To onboard a creator, POST /v1/creators with at least name and email; supply creator_tier_group_id to assign a tier group and coupon_code to override the auto-generated promo code.

Need help?
Contact our integration team at [email protected]