Update one or more fields of an auth record such as credentials, expiry, or label
Documentation Index
Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key is required in header. You can find it in the settings
Unique identifier for the integration
Unique identifier for the auth record
Request body to partially update an existing auth credential record. Only the fields provided will be updated — omitted fields remain unchanged. Credential fields (token, username, password, apiKey) are patched within the existing authType; the authType itself cannot be changed after creation.
Updated bearer token value. Only applicable when the auth record was created with authType BEARER_TOKEN. Replaces the previously stored token.
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...updated"
Updated username for Basic authentication. Only applicable when the auth record was created with authType BASIC_AUTH.
256"new_api_user@example.com"
Updated password for Basic authentication. Only applicable when the auth record was created with authType BASIC_AUTH.
512"newS3cretP@ssword"
Describes how an API key is attached to outbound requests. Provide the header or query-param name, the secret value, and the injection position.
{
"key": "X-API-KEY",
"value": "<secret>",
"position": "header"
}Replaces the complete list of static headers for this auth record. Pass a non-empty list to overwrite existing headers. Pass an empty list [] to remove all headers. Omit this field entirely to leave existing headers unchanged.
OK
Unique identifier for the auth record
"auth-P3kNz7Yv1Qm9"
Unique identifier of the parent integration
"intg-AuUKK371Spr5"
Authentication strategy
NO_AUTH, BASIC_AUTH, BEARER_TOKEN, API_KEY "api_key"
Headers to be sent with the request
Timestamp when the record was created
Timestamp when the record was last updated