v1
latestOpenAPI 3.0.12026-07-226992320.0 KBIntegration Auth
Get Integration Auth
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.
get/v1/integrations/{integrationId}/auth/{authId}
Path parameters
integrationIdstring required
Unique identifier for the integration
authIdstring required
Unique identifier for the auth record
Response
OK
Example response
{
"authId": "auth_P3kNz7Yv1Qm9",
"integrationId": "intg_AuUKK371Spr5",
"authType": "API_KEY"
}