CAT KISS FISH
  1. 【Get access_token】
CAT KISS FISH
  • Start
  • 【Get access_token】
    • access_token
      GET
  • Product
    • Design List
      POST
    • Product List
      POST
    • API/CSV Products
      POST
    • Product Detail
      GET
  • Order
    • Order List
      POST
    • Order Detail
      GET
    • Create Online Design Order
      POST
    • Create Auto Design Order
      POST
    • Query Order Tracking Number
      GET
    • Query Order Tracking Info
      POST
  1. 【Get access_token】

access_token

GET
/oauth2/client_token
The platform adopts the Auth 2.0 authorization process to obtain tokens, and each Access Token obtained has timeliness. Developers need to pay attention to its preservation and timeliness check to ensure the normal use of the application. Each token is valid for 2 hours, and if it expires, it needs to be retrieved again.

Request

Header Params
access-token
string 
required
Default:
dnKoMgUlXd3t0vvGpV7M5L6ttWo2lbcRCkpHcHxHRLTDwSKK57OEUeRJ90wU
Body Params multipart/form-data
grant_type
string 
required
Example:
client_credentials
client_id
string 
required
Example:
6T5WC503HUDKDJNZ
client_secret
string 
required
Example:
royp17hdinqqbwbgjyozzanl1fogfdlk

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.catkissfish.com/website/oauth2/client_token' \
--header 'access-token;' \
--form 'grant_type="client_credentials"' \
--form 'client_id="6T5WC503HUDKDJNZ"' \
--form 'client_secret="royp17hdinqqbwbgjyozzanl1fogfdlk"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-07-18 01:15:05
Previous
Start
Next
Design List
Built with