v1
latestOpenAPI 3.0.32026-07-243003151.2 MBToken
Create
This method allows the calling application to create a new Token within AIR platform.
post/token/create
Request body
Example request
{
"resourceType": "CAMPAIGN",
"resourceId": 1178,
"tokenDates": {
"start": "2026-02-02T00:00:00+00:00",
"end": "2027-02-02T00:00:00+00:00"
}
}Response
EES AIR successfully processed this request
Example response
{
"tokenDates": {
"start": "2026-02-02T00:00:00+00:00",
"end": "2026-02-02T00:00:00+00:00"
}
}