Skip to main content
POST
Update Credential

Description

This endpoint allows you to update an existing credential. Currently supports updating the expiry date of a credential.

Headers

string
required
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access

Path Parameters

string
required
The unique ID (key) of the credential to update.

Body Parameters

number
required
Unix timestamp (seconds) representing the new expiry date for the credential. Pass null or omit to remove the expiry date.

Success Response Fields

boolean
Indicates whether the credential was successfully updated.

Responses

Last modified on February 22, 2026