---
title: "Get published URL"
method: GET
path: "/api/apps/platform/{app_id}/published-url"
---

# Get published URL

`GET /api/apps/platform/{app_id}/published-url`

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Returns the public URL of a published app, so you can link to it or open it.

The app has to be live. An app that has never been published, or that has been unpublished, has no public URL. Publish it with [Deploy an app](/api-reference/deploy-an-app) first.

The URL is always built from the app's slug, like `https://my-crm-3c45a1f2.base44.app`. If you also serve the app on your own domain, that domain isn't returned, and the slug URL keeps working alongside it.

## Path parameters

- `app_id` string, required — ID of the app whose published URL to return.

## Response `200`

Successful Response

- PublishedUrlResponse — The public URL of a published app.
  - `url` string, required — Public URL of the published app, built from its slug.

## Other responses

- `401` — Missing or invalid credentials.
- `404` — App not found, or it isn't currently published.

---

[API](https://skmtc.dev/adexad/apis/base44-app-management-api.md) · [All operations](https://skmtc.dev/adexad/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adexad/base44-app-management-api/revisions/7f5ce8287501/schema)
