Documentation Index

Fetch the complete documentation index at: https://docs.britive.com/llms.txt

Use this file to discover all available pages before exploring further.

Britive platform release 2026.06.02 is now live in production.

Documentation is reorganized in Administrators, Users, and Developers sections.

Update API token expiration days for a specified token

Prev Next
Patch
/api/token/{tokenId}
Security
HTTP
Type bearer
Path parameters
tokenId
stringRequired

Token ID

Body parameters
{
  "name": "admin-token1",
  "tokenExpirationDays": 60
}
object
id
string
name
string
expiresOn
string (date-time)
createdOn
string (date-time)
type
string
Valid values[ "DEFAULT", "SCIM", "ServiceIdentity" ]
tokenExpirationDays
integer (int32)

Any value between 1 and 90 days.

status
string
Valid values[ "Active", "Inactive" ]
lastAccessed
string (date-time)
assignedTo
string
token
string
createdBy
string
Responses
200

No content