List connections
Connections
List connections
List API-visible connections in your Markifact team workspace.
GET
List connections
Returns shared connections owned by your team, plus private connections owned by the user who created the API key.Documentation Index
Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
external_id | string | No | Filter connections by the external ID you provided when creating the auth link. |
type | string | No | Filter connections by connection type, such as ga4, gads, or meta_ads. |
Example Request
Response
Connection Object
| Field | Type | Description |
|---|---|---|
id | string | Public Markifact connection ID. |
type | string | Connection type. |
display_name | string or null | Display name for the connection. |
external_id | string or null | External ID from the auth link, if provided. |
is_private | boolean | Whether the connection is private to the API key’s owning user. |
created_at | integer or null | Created timestamp in milliseconds. |
updated_at | integer or null | Updated timestamp in milliseconds. |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter connections by the external ID you provided when creating the auth link.
Filter connections by connection type.
Example:
"ga4"

