Azure Event Grid REST API

Azure Event Grid enables you to easily build applications with event-based architectures. You can publish topics to Event Grid, and subscribe to topics through Event Grid. When subscribing, you provide an endpoint to respond to the event.

Note

See Track asynchronous Azure operations to learn how to track the status of asynchronous operations through values returned in the response.

REST Operation Groups

Operation group Description
Channels Returns information about channels supported by the Partner Events feature.
Domain Event Subscriptions Returns information about subscriptions to an event domain.
Domain Topic Event Subscriptions Returns information about subscriptions to a topic in an event domain.
Domain Topics Returns information about Event Grid domain topics.
Domains Provides operations for working with Event Grid domains.
Event Channels Provides operations for working with event channels.
Event Subscriptions Provides operations for working with event subscriptions.
Extension Topics Provides operations for indicating which events to route to an endpoint.
Operations Shows operations from the Event Grid resource provider.
Partner Configurations Provides operations to manage partner configurations.
Partner Destinations Provides operations to manage partner destinations.
Partner Namespaces Provides operations for working with partner namespaces.
Partner Registrations Provides operations for working with partner registrations.
Partner Topic Event Subscriptions Provides operations for working with partner topic event subscriptions.
Partner Topics Provides operations for working with partner topics.
Private Endpoint Connections Provides operations for working with private endpoint connections.
Private Link Resources Provides operations for working with private link resources.
System Topic Event Subscriptions Provides operations for working with system topic event subscriptions.
System Topics Provides operations for working with system topics.
Topic Event Subscriptions Provides operations for working with custom topic event subscriptions.
Topic Types Returns information about topic and event types.
Topics Provides operations for working publisher topics.
Verified Partners Returns information about verified partners.

See also