1. API Reference
Advertiser’s Developer
  • Advertiser’s Developer
  • API Reference
    • Authentication
    • Get Conversion
      GET
    • Create Conversion
      POST
    • Update Status Conversion
      PUT
  1. API Reference

Authentication

🔐 Authentication (Auth Header)#

All requests to the API (including GET, POST, PUT, DELETE, etc.) must include the following headers for authentication:
Header KeyValue Format
AuthorizationToken <your_access_key>
Content-Typeapplication/json
[!IMPORTANT]
Format Requirement: The Authorization value must strictly follow the format: the word Token, followed by a single space, then your access_key.
Example: Authorization: Token 123456789abcdef

Access key can be found at https://adv.com/
Modified at 2026-03-25 10:23:25
Previous
Advertiser’s Developer
Next
Get Conversion
Built with