๐๏ธ Get Token
This endpoint allows advertisers or agencies to request a JWT token using theirclient_id and client_secret. The returned token is valid for 1 hour and must be included in the Authorization header for subsequent API calls.
๐ค Request Example
โ Response Example
๐ HTTP Request
๐งพ Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
client_id | โ | string | The client ID associated with an advertiser/agency |
client_secret | โ | string | The client secret associated with the advertiser |

