1. Home
  2. Docs
  3. Current
  4. Getting started
  5. Start here

Start here

Right now with limited resources, we only provide production environment. This requires you to have at least one active store in Tiki to start.

Now we start

  1. Determine the appropriate app type you need to build here
  2. Registering an application with the type of app you have determined above
  3. You have to implement a few things inside your application code to obtain access token. We also publish some guides and tutorials here to help you easily implement details. Or checkout our Github code samples
  4. In case you don’t have the implementation details in your application code to obtain access token yet.   You can use Postman to get a token manually (not automatically) by following the guide here.
  5. Make your first request with the token
  6. Start build your application by getting familiar with

Tiki OpenAPI Code Samples

https:/github.com/tikivn/open-api-samples

Configurations

API endpoint

All functional calls should go to:

https://api.tiki.vn/integration/{version}/{resources}

Examples:

https://api.tiki.vn/integration/v1/categories

https://api.tiki.vn/integration/v2/orders

Authentication endpoint

We use OAuth2 then sellers can quickly obtain a token or safely authorize an app to access their store. Please use the following endpoint in your OAuth2 settings:

Auth endpoint

https://api.tiki.vn/sc/oauth2/auth

Token endpoint

https://api.tiki.vn/sc/oauth2/token

Versioning

Our APIs are continuously released and there will be a mixed between v1 and v2 until when we move all APIs to v2. We will state clearly which version should be used in each guide.

Submit issues

If you have any issues, please feel free to create an issue here. You can submit new issues every time you have a problem with our open API, but it’s better to look for similar issues first.

Feedbacks

We warmly welcome any feedbacks. You can give us feedback directly under any documentation page or create an issue here.

Was this article helpful to you? Yes 8 No

How can we help?

Leave a Reply

Your email address will not be published.