v1
latestOpenAPI 3.0.32026-07-243003151.2 MBToken
Reissue
This method allows the calling application to request reissuing a Token (Invalidate Requested Token and Create a new one instead). Please note AIR Account ID will remain the same.
patch/token/reissue
Request body
Example request
{
"tokenDates": {
"start": "2026-02-02T00:00:00+00:00",
"end": "2026-02-02T00:00:00+00:00"
},
"details": {
"key1": "Value1",
"key2": "AnotherValue"
},
"delivery": {
"template": {
"content": {
"key1": {
"type": "string",
"format": "string",
"description": "Additional Template Variable Name"
},
"key2": {
"type": "string",
"format": "string",
"description": "Additional Template Variable Value"
}
}
}
}
}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"
}
}