Refresh authentication token

Updates the expiry of an active programmatic session and returns a new token for that same session. Use the masked session ID returned by the session-list endpoint, such as 21b4e062_***, or its first eight characters. A full session UUID is not supported by this operation.

This operation returns the new token in the response. Store it securely and replace the previous token wherever that session is used.

Body Params

The shortened session identifier and its new expiry.

string
required
^[0-9a-fA-F]{8}(_\*\*\*)?$

Masked session ID returned by the list operation, or its first eight hexadecimal characters. Full UUIDs are not supported.

string
required

Use 1D, 7D, 30D, 60D, or a future YYYY-MM-DD date no more than one year away.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json