POST Search Creator Sample Applications
Search Creator Sample Applications Creator Required scope: creator.affiliate_collaboration.read Get sample application list of creator. Version 202412
POST/affiliate_creator/202412/sample_applications/search
Request
Header
| Properties | Type | Description |
|---|---|---|
| content-type Required | string | Allowed type: application/json |
| x-tts-access-token Required | string | The creator access_token value from Get Access Token, when user_type = 1. Follow this guide to get creator access_token. |
Query
| Properties | Type | Description |
|---|---|---|
| app_key Required | string | Every single app will have a unique key. Please use the specific key assigned to your app. |
| sign Required | string | Signature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders. |
| timestamp Required | int | Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time. |
| page_token | string | Pagination offset determines where you begin to search for. It's empty when raise your first request. |
| page_size | int | The value of "page_size" must be greater than 0 and less than or equal to 50.Default 20 |
Body
| Properties | Type | Description |
|---|---|---|
| application_statuses | []string | The status of sample applications.The possible enumerated values are:- PENDING: The sample application is waiting for the seller's review.- AWAITING_SHIPMENT: The application is approved, and the seller needs to ship the sample.- SHIPPED: The sample has been shipped by the seller and is waiting for the creator to receive the package.- CONTENT_PENDING: The creator has received the sample package and is expected to create content.- REJECT_CANCELLED: The sample application has been rejected by the seller.- OVERDUE_CANCELLED: The sample application has expired due to being overdue.- UNFULFILL_CANCELLED: The creator did not fulfill the commitment to create content within the agreed timeframe.- DEL_OPEN_COLLAB: Open collaboration has been deleted.- SELLER_NOT_SHIP_CANCELLED: The seller did not ship the sample within the required timeframe.- WITHDRAW_CANCELLED: The creator withdrew the sample application before the seller approved it.- UNFULFILLABLE_CANCELLED: The application was cancelled due to reasons beyond the creator's control, making it impossible to create content.- OPS_CANCELLED: The application was manually cancelled by operations staff.- OPS_FAILED: The application was marked as failed by operations staff.- OPS_ COMPLETED: The application was manually marked as completed by operations staff.- COMPLETED: The application is complete, and the creator has posted the content.This field allows for tracking the status of a sample application throughout its lifecycle, providing visibility into each stage of the process for sellers and creators. |
Example
CurlGoNode.jsJavaEnable word wrap
Response Parameters
| Properties | Type | Description |
|---|---|---|
| code | int | The success or failure status code returned in API response. |
| message | string | The success or failure messages returned in API response. Reasons of failure will be described in the message. |
| request_id | string | Request log |
| data | object | Specific return information |
Example
JSONEnable word wrap
Error Code
View common error codes
| Code | Message | | --- | --- | | Empty. No business logic error codes. |
Is this content helpful?Helpful
Not Helpful
PreviousNext