Skip to content

Retrieve integration settings

GET
/api/v4/projects/{id}/services/{slug}

Retrieves the settings for a specified integration.

slug
required
string
>= 1 characters
Allowed values: apple-app-store asana assembla bamboo bugzilla buildkite campfire confluence custom-issue-tracker datadog diffblue-cover discord drone-ci emails-on-push external-wiki gitlab-slack-application google-play hangouts-chat harbor irker jenkins jira jira-cloud-app linear matrix mattermost-slash-commands packagist phorge pipelines-email pivotaltracker pumble pushover redmine ewm youtrack clickup slack microsoft-teams mattermost teamcity telegram unify-circuit webex-teams zentao squash-tm github git-guardian google-cloud-platform-artifact-registry google-cloud-platform-workload-identity-federation mock-ci mock-monitoring

The name of the integration

id
required
One of:
string

The ID or URL-encoded path of the project

Example
1

OK

Media type application/json
object
id
integer format: int64
title
string
slug
string
created_at
string format: date-time
updated_at
string format: date-time
active
boolean
commit_events
boolean
push_events
boolean
issues_events
boolean
incident_events
boolean
alert_events
boolean
confidential_issues_events
boolean
merge_requests_events
boolean
tag_push_events
boolean
deployment_events
boolean
note_events
boolean
confidential_note_events
boolean
pipeline_events
boolean
wiki_page_events
boolean
job_events
boolean
comment_on_event_enabled
boolean
inherited
boolean
vulnerability_events
boolean
properties
object
Example
{
"id": 75,
"title": "Jenkins CI",
"slug": "jenkins",
"created_at": "2019-11-20T11:20:25.297Z",
"updated_at": "2019-11-20T12:24:37.498Z",
"properties": {
"token": "secr3t"
}
}

Bad request

Unauthorized

Not found