Frequently Asked Questions

What does 'API Endpoint' typically refer to in the context of our Developer Portal?

An API endpoint is a specific URL address that allows developers to access data or functionality provided by our internal platform's APIs. It acts as an entry point for requests, and the response will usually be formatted as JSON or XML, depending on the API contract defined for that endpoint.

Can you explain the difference between 'Webhook' and 'Event Notification' within our internal platform?

While often used interchangeably, a Webhook is an automated HTTP request triggered by an event, whereas Event Notifications are typically delivered through other channels like email or push notifications. Our platform utilizes Webhooks for real-time data updates to external applications upon specific events occurring on the portal.

What's the purpose of 'SDK' (Software Development Kit) and why does it matter for me?

An SDK provides developers with pre-built tools, libraries, and documentation needed to interact with our internal platform. Utilizing the provided SDK streamlines development by offering standardized interfaces and reducing the complexity of directly interfacing with lower-level APIs.