Mediloop
APIsMarketplace APIListings overview

Listings overview

Create, update, publish and manage seller listings in the Mediloop Marketplace.

Authentication

OAuth 2.0

Permissions

marketplace:write

Rate limit

120 requests / min

Response

200 OK

Overview

Create, update, publish and manage seller listings in the Mediloop Marketplace.

Key capabilities

Draft listings

Prepare seller-specific offers.

Publish guard

Check eligibility before publication.

Publishing

Make listings public.

Lifecycle

Update or unpublish safely.

Available endpoints

MethodEndpointPurpose
POST/listingsCreate listing
PATCH/listings/{id}Update listing
POST/listings/{id}/publishPublish
POST/listings/{id}/unpublishUnpublish

Workflow

01

Draft

02

Validate

03

Publish

04

Maintain

Authentication

Use OAuth 2.0 credentials and the least-privilege Marketplace scopes required by your application.

Common use cases

ScenarioRecommendation
Interactive applicationsUse scoped user/organization access
Back-office syncUse server-side credentials and idempotency
High-volume jobsUse pagination and respect rate limits

Next steps

Marketplace API Reference →