---
title: "Get full URL of an event subscription."
method: POST
path: "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getFullUrl"
tags: ["EventSubscriptions"]
---

# Get full URL of an event subscription.

`POST /{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getFullUrl`

Get the full endpoint URL for an event subscription.

## Path parameters

- `scope` string, required
- `eventSubscriptionName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- EventSubscriptionFullUrl — Full endpoint url of an event subscription
  - `endpointUrl` string — The URL that represents the endpoint of the destination of an event subscription.

## Other responses

- `default` — *** Error Responses: *** * 400 Bad Request. * 500 Internal Server Error.

---

[API](https://skmtc.net/azure/apis/eventgridmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/eventgridmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/eventgridmanagementclient/versions/df0357af3193/schema)
