---
title: "Retrieve the Stripe billing portal URL for a specific organization"
method: GET
path: "/manage/api/organization/billing_portal"
tags: ["manage"]
---

# Retrieve the Stripe billing portal URL for a specific organization

`GET /manage/api/organization/billing_portal`

## Query parameters

- `organization_id` string, required

## Response `200`

Billing portal URL retrieved successfully

- GetOrganizationBillingPortalResponse
  - `has_stripe_setup` boolean, required — Whether or not Stripe billing is set up for the organization's API usage.
  - `stripe_billing_url` string — The URL for an organization admin to manage the organization's Stripe billing, including adding or removing payment methods. Absent when no Stripe customer exists for the organization.

## Other responses

- `401` — Not authorized
- `403` — Not authorized
- `404` — Organization not found

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/versions/bcc2d45be91e/schema)
