Skip to main content

Methods and endpoints

Methods

TikTok Shop APIs support four common RESTful HTTP methods:

  • GET: access resources that are located at the specified URL on the server
  • POST: send data to the server
  • PUT: update existing resources on the server
  • DELETE: remove the resource

Endpoints

TikTok Shop API endpoints are organized by resource type and follow the pattern:

https://{domain}/{category}/{version}/{resource}

We have one environment for {domain}:

EnvironmentURIUse case
Productionhttps://open-api.tiktokglobalshop.comThe request address used by developer to call the interface after creating an application. Please use the HTTPS protocol.

The /{category}/{version}/{resource} segment can be found in the corresponding reference doc for any TikTok Shop API.

For example, to call Get Authorized Shops, the endpoint would be:

PLAINTEXTWord Wrap

https://open-api.tiktokglobalshop.com/authorization/202309/shops