1. Home
  2. Docs
  3. TikiNOW Smart Logistics
  4. Developer Guides
  5. Getting Started

Getting Started

Quick Start

To get start quickly, please do following steps:

  1. Step 1: Create In-house App (not Public App) by following this guide: Register in-house app for seller
  2. Step 2: Obtain Access Token by following this guide: Obtain access token
  3. Step 3: Start your first API calls by using obtained Access Token.

The base URL for all of request to TNSL APIs is: https://tikinowapi.tiki.vn

Request Header

NameTypeDescriptionExample
Authorizationstringaccess token is obtained after setting up in-house appcurl -X POST ....
–header ‘Authorization: jzhpiYjo9EnvgR22gc6frULTrpYmvJNOsdfcxa’ \
–header ‘Content-Type: application/json’ \
Content-Typestringapplication/json

Common Response Code

Response CodeNameDescripton
200OKRequest completed as expected.
201CreatedUsed for requests that create new objects (i.e. Delivery).
204No ContentThe server has completed the request but does not need to return a body (i.e. DELETE requests).
304Not ModifiedResource hasn’t been updated since the date provided.
400Bad RequestYou did something wrong. Often a missing argument or parameter.
401UnauthorizedAuthentication was incorrect
403ForbiddenThe request is understood, but it has been refused or access is not allowed
404Not FoundThe requested resource could not be found
405Method Not AllowedExceed the request limit
422Invalid RequestThe request body is parse-able however with invalid content or there are issues
50XErrorsOccur when something goes wrong from server side.

Was this article helpful to you? Yes No

How can we help?

Leave a Reply

Your email address will not be published.