v3
latestOpenAPI 3.0.12026-07-314655871.8 MBUpdate an existing access token
Path parameters
Access token prefix
Request body
Name / description of an access token
Response
Response
Timestamp when the access token was created
True for tokens explicitly created via the access_tokens API, false for tokens created via login.
true if API request was made with this access token
Name / description of an access token
Timestamp when the access token will expire unless extended, if ever
Extend token expiration time when token is used. Only applicable if max_age_seconds is specified.
List of allowed IP ranges
IP address the access token was last used from in case it has ever been used
Timestamp when the access token was last used, if ever
User agent string of the client that last used the token in case it has ever been used
Human readable user agent string of the client that last used the token in case user agent is known
Time the token remains valid since creation (or since last use if extend_when_used is true)
Printable result of the request
Scopes this token is restricted to, if specified
First characters of the actual token value. Full value is only exposed after creation. This value is used when updating or revoking tokens. Note that the value may contain /, + and = characters and must be URL encoded when used (/ => %2F, + => %2B, = => %3D).