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
| Resource | Change |
|---|---|
| get_creators | Added GET /v1/creators — paginated list of creators |
| create_creator | Added POST /v1/creators — create a creator with name, email, optional social medias, tier group, and promo code |
| get_creator | Added GET /v1/creators/{creator_id} — fetch a single creator |
| update_creator | Added PUT /v1/creators/{creator_id} — update a creator |
| delete_creator | Added DELETE /v1/creators/{creator_id} — remove a creator |
Upgrade
- No action required. To onboard a creator,
POST /v1/creatorswith at leastnameandemail; supplycreator_tier_group_idto assign a tier group andcoupon_codeto override the auto-generated promo code.
도움이 필요하세요?
통합팀에 문의하십시오 [email protected]