Account Integrations
List connectable toolkits
Lists the catalog of toolkits that can be connected, with each toolkit's auth scheme and the tool slugs it supports. Use this to discover valid toolkit values and the tool slugs accepted by the update-tools endpoint. Requires a USER API key.
get/public/v1/integrations/toolkits
Response
Connectable toolkits
Example response
{
"results": [
{
"toolkit": "GMAIL",
"name": "Gmail",
"description": "Send and read email via Gmail",
"authScheme": "OAUTH2",
"toolCount": 12,
"tools": [
"GMAIL_SEND_EMAIL"
]
}
]
}