cURL
curl --request GET \ --url https://api.veryfront.com/integrations/{name} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "display_name": "<string>", "icon": "<string>", "description": "<string>", "auth": { "type": "oauth2", "provider": "<string>", "authorization_url": "<string>", "token_url": "<string>", "scopes": [ "<string>" ], "callback_path": "<string>", "required_apis": [ { "name": "<string>", "enable_url": "<string>" } ] }, "env_vars": [ { "name": "<string>", "description": "<string>", "required": true, "sensitive": true, "default": "<string>", "docs_url": "<string>" } ], "tools": [ { "id": "<string>", "name": "<string>", "description": "<string>", "requires_write": true } ], "prompts": [ { "id": "<string>", "title": "<string>", "prompt": "<string>", "category": "<string>", "icon": "<string>" } ], "suggested_with": [ "<string>" ] }
Returns an integration by name.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Integration name
"gmail"
Deprecated. Version is now baked into the package.
Integration details
Show child attributes