Extensions

Renew the token by generating a new secret key and setting a new expiration date. The previous secret key is still valid until its expiration date.

post/auth/tokens/{pk}/renew

Path parameters

pkstring required

Request body

expiration_datestring date-time nullable

Response

idstring
namestring nullable
descriptionstring nullable
external_idstring nullable
status'pending' | 'active' | 'inactive' | 'deleted' | 'expiring' | 'expired' | 'revitalised'
handlestring
tokenstring
eventsobject
expiration_datestring date-time nullable
renewed_expiration_datestring date-time nullable
renewed_tokenstring

Changes

No recorded changes to this endpoint across all 2 revisions of this API.