cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/integrations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "display_name": "<string>", "icon": "<string>", "description": "<string>", "auth_type": "<string>", "tool_count": 123, "prompt_count": 123, "enabled_for_project": true, "connected_for_project": true, "scope": "project", "allowed_tools": [ "<string>" ] } ] }
Lists the integration catalog with project enablement and connection overlay.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project integration cards
Show child attributes