Appearance
Creator Detail: TV Creator Content
Endpoints used on the creator detail experience on TV: tip, subscription payment, and live channel guide.
Tip
GET /tv/v3/tip-amount
Returns available tip amounts for the creator.
Request
http
GET /tv/v3/tip-amountUX:
- Scan QR code — Pay securely on your phone with Apple Pay, Google Pay, or saved cards.
- Pay on TV — Enter card details using your remote.
POST /tv/v3/creators/:id/tip
Submit a tip payment for a creator.
Request
http
POST /tv/v3/creators/:id/tip
Authorization: Bearer <token>
Content-Type: application/jsonPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Creator ID |
Request body and response to be documented.
Subscription
POST /tv/v3/creators/:id/subscription
Subscription payment for a creator (subscribe or renew).
UX:
- Scan QR code — Pay securely on your phone with Apple Pay, Google Pay, or saved cards.
- Pay on TV — Enter card details using your remote.
Request
http
POST /tv/v3/creators/:id/subscription
Authorization: Bearer <token>
Content-Type: application/jsonPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Creator ID |
Request body and response to be documented.