cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/integrations/{name} \ --header 'Authorization: Bearer <token>'
{ "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>" ] }
Gets a single integration card 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 card
project
endUser