Retrieves detailed information about a specific integration type (e.g., Ocean.io) available in Clay. This endpoint returns metadata about the integration, including configuration options, capabilities, required fields, and general integration specificationsNote: Integration type IDs can be found by calling the "List All Integrations" endpoint (GET /v3/workspaces/{workspace_id}/app-accounts).
Request
Path Params
Header Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.clay.com/v3/app-accounts/type/<INTEGRATION-TYPE-ID>' \
--header'Cookie: YOUR_CLAY_COOKIES'