Skip to content

List GitLab for Jira (Forge) namespace subscriptions

GET
/api/v4/integrations/jira_forge/subscriptions

Lists the GitLab namespaces subscribed to the Forge installation.

OK

Media type application/json
object
created_at
string
unlink_path
string
group
object
name
string
avatar_url
string
full_name
string
description
string
Example generated
{
"created_at": "example",
"unlink_path": "example",
"group": {
"name": "example",
"avatar_url": "example",
"full_name": "example",
"description": "example"
}
}

Unauthorized