Quick Start
Step 1: Get Your Credentials
- Register an account. Your
client_idwill be automatically generated upon registration. - Go to your Console to view your
client_idand create/manage yourclient_secret. - (Optional) Apply for a Free Trial to get started with initial test quota.
Step 2: Make Your First Request
Example: Authorization header xxxxxxxxxx need to be replaced with your client_secret
bash
curl 'https://openapi.fastmoss.com/creator/v1/categoryInfo' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxxxxxxxxx' \
--data '{
//add request params
}'