import Link from '@docusaurus/Link'; import { ArrowRightOutlined, BugOutlined, CustomerServiceOutlined, DashboardOutlined, } from '@ant-design/icons'; import BeforeYouBegin from '_core/components/BeforeYouBegin/BeforeYouBegin'; import EventNotificationsIcon from '_core/static/img/event-notifications-icon.svg'; import mainStyles from '_core/components/MainSection/MainSection.module.css'; import styles from '_core/components/DeveloperPortalOverview/DeveloperPortalOverview.module.css'; # noon Developer Portal

Manage webhook destinations, debug live API calls, watch your rate limits, and raise support cases for your integration — right from your browser, no code required.

Open Developer Portal
## What you can do

Event Notifications

Create webhook destinations, subscribe them to event types, and review every delivery attempt.

Destinations Analytics Logs

Debugging Session

Capture the request and response of live API calls for a service and inspect them call by call.

Rate Limit

See usage against your limits per marketplace, service, and endpoint — before you get throttled.

Support Cases

Raise a case, attach evidence, and track it to resolution without the email back-and-forth.

## In the portal vs. via API Most Developer Portal tools are portal-only. Event Notifications is the exception — its webhook destinations can also be managed programmatically.
TaskIn the portalVia API
Create and manage webhook destinations Destinations CreateHttpsDestination,{' '} UpdateDestination
List destinations and event types Destinations ListDestinations,{' '} ListEventTypes
Search and inspect delivery attempts Logs Portal only
Check usage against rate limits Rate Limit → Analytics Portal only
Capture and inspect live API calls Debugging Session Portal only
Raise and track a support case Support Cases Portal only