Skip to main content
POST
Update API Key
Use this API to update the name of an existing API key.
This endpoint uses workspace-level auth: pass x-velt-workspace-id and x-velt-workspace-auth-token (from the Create Workspace response) as headers.

Endpoint

POST https://api.velt.dev/v2/workspace/apikey/update

Headers

x-velt-workspace-id
string
required
Your Workspace ID.
x-velt-workspace-auth-token
string
required
Your workspace Auth Token. The legacy x-velt-auth-token header is still accepted as a fallback.

Body

Params

data
object
required

Example Request

Example Response

Success Response

Failure Response