v1
latestOpenAPI 3.0.32026-07-243003151.2 MBToken
Unexpire a token and set a new expiry date
This endpoint allows the calling application to Unexpire a token and set a new expiry date within the AIR platform.
post/token/unexpire
Request body
Example request
{
"tokenDates": {
"end": "2026-02-02T00:00:00+00:00"
},
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}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"
}
}