API - Get Token

You need to authenticate token before use API. The effective time is 1 hour (3600s).
Notes:please use your api account and password to get token, token will be refresh when you request again.

API Get Token

URL: https://www.daviddropship.com/index.php?route=api/v1/get_token

Format: json

Method: post

Body Form-Data:

Param Required Type Description
username True String api username
key True String api password

Return Param

Format: json

Param Required Type Description
success True String message
api_token True String Token string

Example: