API Documentation

Complete API reference for Angage Extension Marketplace

Getting Started

The Angage Extension Marketplace API allows developers to manage their extensions, view analytics, and integrate with the marketplace programmatically.

Base URL

https://marketplace.angage.com.au/api/v1/

Authentication

All API requests require a valid API token. Include your token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Extensions

GET /api/v1/extensions

List all your extensions

POST /api/v1/extensions

Create a new extension

PUT /api/v1/extensions/{id}

Update an existing extension

DELETE /api/v1/extensions/{id}

Delete an extension

Analytics

GET /api/v1/analytics/overview

Get overview analytics for all your extensions

GET /api/v1/analytics/extensions/{id}

Get detailed analytics for a specific extension

Webhooks

POST /api/v1/webhooks

Register a webhook endpoint

GET /api/v1/webhooks

List all registered webhooks

Need Help?

For additional support or questions about the API, please contact our developer support team at [email protected]