v14
latestOpenAPI 3.0.32026-08-04377889.4 MBintegrations
Retrieve an integration configuration
Allows to retrieve a the configuration with the provided id in case it exists. The authenticated user or team must be the owner of the config in order to access it.
get/v1/integrations/configuration/{id}
Path parameters
idstring required
ID of the configuration to check
Example:icfg_cuwj0AdCdH3BwWT4LPijCC7t
ID of the configuration to check
Query parameters
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
The configuration with the provided id
Example response
{
"projectSelection": "all",
"projects": [
"prj_xQxbutw1HpL6HLYPAzt5h75m8NjO"
],
"id": "icfg_3bwCLgxL8qt5kjRLcv2Dit7F",
"integrationId": "oac_xzpVzcUOgcB1nrVlirtKhbWV",
"userId": "kr1PsOIzqEL5Xg6M4VZcZosf",
"ownerId": "kr1PsOIzqEL5Xg6M4VZcZosf",
"createdAt": 1558531915505,
"updatedAt": 1558531915505,
"deletedAt": 1558531915505,
"completedAt": 1558531915505,
"source": "marketplace",
"slug": "slack",
"teamId": "team_nLlpyC6RE1qxydlFKbrxDlud",
"scopes": [
"read:project",
"read-write:log-drain"
],
"disabledAt": 1558531915505,
"deleteRequestedAt": 1558531915505
}