Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
Path Parameters
Notes
- Credential must exist
- All token settings are reset to default values
- Authentication type is set to
SECRET_MANAGER
Default Values
After reset, token settings are set to the following default values:Response
Success Response (200 OK)
Error Response (400 Bad Request)
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Example
Notes and Warnings
-
Complete Reset:
- All token settings are reset to default values
- Previous customizations are lost
- Use set endpoint to configure specific values
-
Default Behavior:
- Token never expires by default (
tokenNeverExpires: true) - Refresh token is disabled by default
- URL parameters are not allowed by default
- JWT signature algorithm is
RS256by default
- Token never expires by default (
-
Authentication Type:
- Authentication type is set to
SECRET_MANAGER - This is the required value for APIOps token settings
- Authentication type is set to
-
Automatic Deployment:
- Credential is automatically deployed to all environments after reset
- Deployment results are returned in the response
Permissions
- User must have
IDENTITY+MANAGEpermission in the project - For automatic deployment, user must also have
IDENTITY+DEPLOY_UNDEPLOYpermission
Related Documentation
- Set Token Settings - Configure token settings
- Set JWK Validation - Assign JWK for validation and signing
- List Credentials - List all credentials

