Get connection
Connections
Get connection
Find connections by Markifact connection ID or your external ID.
GET
Get connection
Returns matching connections as a list. Markifact connection ID lookup returns a list with one item. External ID lookup can return multiple connections.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
Path Parameters
| Parameter | Type | Description |
|---|---|---|
connection_id | string | Markifact connection ID by default, or your external ID when lookup_by=external_id. |
Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
lookup_by | string | No | id | Use id for Markifact connection ID lookup, or external_id for your external ID. |
Get by Markifact Connection ID
Get by External ID
Response
Notes
- The response is always a list.
lookup_by=idonly searches within your team.lookup_by=external_idcan return more than one connection if you use the same external ID for multiple connection types.- If no connection is found, the API returns
404.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Markifact connection ID by default, or your external ID when lookup_by is external_id.
Query Parameters
Use id for Markifact connection ID lookup, or external_id for your external ID.
Available options:
id, external_id 
