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
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 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 Types Returns information about topic and event types.
Topics Provides operations for working publisher topics.

See also