Get an integration
GET/v1/integration/:identifier
This route allows you to fetch a specific integration in your Port organization.
To learn more about integrations, check out the documentation.
Requestโ
Path Parameters
identifier stringrequired
The installation id of the integration you want to fetch.
Query Parameters
byField string
Possible values: [installationId
, logIngestId
]
The field used to identify the integration. When set to logIngestId
, the identifier
parameter should be changed accordingly.
Default value:
installationId
Responsesโ
- 200
Default Response