---
title: "ResolveEditorURL"
method: POST
path: "/gitpod.v1.EditorService/ResolveEditorURL"
tags: ["gitpod.v1.EditorService"]
---

# ResolveEditorURL

`POST /gitpod.v1.EditorService/ResolveEditorURL`

ResolveEditorURL resolves the editor's URL for an environment

## Request body

- GitpodV1ResolveEditorURLRequest
  - `editorId` string, uuid, required — editorId is the ID of the editor to resolve the URL for
  - `environmentId` string, uuid, required — environmentId is the ID of the environment to resolve the URL for
  - `organizationId` string, uuid, required — organizationId is the ID of the organization to resolve the URL for

## Response `200`

Success

- GitpodV1ResolveEditorURLResponse
  - `url` string, required — url is the resolved editor URL

## Other responses

- `default` — Error

## Changes

- **2025-02-14** `988164042da1` — 3 breaking, 1 info
  - the request property `editorId` became required
  - the request property `environmentId` became required
  - the request property `organizationId` became required
  - the response property `url` became required for the status `200`

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.EditorService/ResolveEditorURL/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/27f7bd641de1/schema)
