v1
integrations

Get Specific Credential By ID

get/api/integrations/{provider}/credentials/{cred_id}

Path parameters

providerstring required

Provider name for integrations. Can be any string value, including custom provider names.

cred_idstring required

Response

Successful Response

idstring required
providerstring required
type'api_key' | 'oauth2' | 'user_password' | 'host_scoped' | 'device_code' required
titlestring nullable required
scopesstring[] nullable required
usernamestring nullable required
hoststring nullable

Host pattern for host-scoped or MCP server URL for MCP credentials

is_managedboolean

Changes

Changed in 1 of the 92 revisions of this API.1

    • added the new device_code enum value to the response property for the response status

      response-property-enum-value-added