Skip to content

Retrieve namespace subscription

GET
/api/v4/namespaces/{id}/gitlab_subscription

Retrieves GitLab subscription details for a specified namespace.

id
required
One of:
string

The ID or URL-encoded path of the namespace

OK

Media type application/json
object
plan
object
usage
object
billing
object
Example generated
{
"plan": {},
"usage": {},
"billing": {}
}

Not Found