Get Authorization
DevelopingGET
/Authorization/GetAuthorization?email=xxxxxxx@tvcmall.com&password=Nd9!.cd}'c@^YT_Last modified: 1 年前
Maintainer: Not configured
How to apply for API?
It is very easy to apply for OPEN API. The only prerequisite is you have an account on our website.
Only one thing should be considered before you apply for it: Do you want us to put your watermark on the item images?
- •YES. Please tell your Account Manager you want to apply our OPEN API and provide your watermark to us (750x750 pixel with PNG type).
- •NO. Please tell your Account Manager you want to apply our OPEN API and no watermark is needed.
Once we get your application, we will review your watermark file (if you provide) and if it is qualified. We will inform specific IT engineer to authorize you use the OPEN API .
All these works will be finished in 1-2 working days. We will inform you the final result accordingly.
Authorization string prefix is TVC for example TVC Nd9!.cd}'c@^YT_
Request
Query Params
email
string
required
Example:
xxxxxxx@tvcmall.com
password
string
required
password
Example:
Nd9!.cd}'c@^YT_
Request samples
Responses
success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
Success
boolean
required
AuthorizationToken
string
required
Example
{
"Success": true,
"AuthorizationToken": "2+s8CDVEwkmRHSJ9lorE5Q=="
}
Last modified: 1 年前