Retrieves the full details of a single auth record by authId. Returns the auth type, credential metadata, and associated integration. Sensitive credential values are not returned after creation.
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.
Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.
Unique identifier for the integration
Unique identifier for the auth record
OK
Unique identifier for the auth record
"auth_P3kNz7Yv1Qm9"
Unique identifier of the parent integration
"intg_AuUKK371Spr5"
The authentication strategy this credential set uses. Determines which credential fields are required: API_KEY — provide the apiKey object (key name, secret value, and position). BEARER_TOKEN — provide the token field. BASIC_AUTH — provide username and password fields. NO_AUTH — no credential fields required.
NO_AUTH, BASIC_AUTH, BEARER_TOKEN, API_KEY "API_KEY"
Optional list of static HTTP headers attached to every outbound request under this auth. Applied on top of any headers defined at the integration or tool level. Useful for fixed metadata headers required by the third-party API.
[
{
"key": "X-Request-Source",
"value": "sigmamind"
}
]Timestamp when the record was created
Timestamp when the record was last updated