Authentication

All requests to the API will require a token in the header (including all methods: GET, POST, PUT…)

Authorization: Token <access_key>

Content-Type: application/json

Note: you must input the correct value for the key “Authorization” as: Token ‘your access_key’ (Token + ‘space’ + ‘access_token’) Access key can be found at https://pub.accesstrade.vn/publisher_profile/personal_info?position=info

Last updated