โœจ Join our new Affiliate Program!

๐Ÿ”Œ API Reference

Dotb provides a public REST API so you can automate your Dotb workflows directly from your own scripts and tools.

The API is available on the Boutique AI plan.

What you can do

The API does not interact with Vinted directly. Instead, it works with your data on Dotb:

  • Create listings on Dotb โ€” build your listings through the API, then publish them to Vinted with the browser extension.
  • Access your Vinted orders โ€” read the orders that Dotb has synced from your Vinted account.

Interactive documentation

The full API reference is public and interactive. You can browse every endpoint, inspect request and response schemas, and try calls right from your browser.

๐Ÿ“– Open the interactive API reference

Authentication

Every request is authenticated with a personal API token, sent as a Bearer token in the Authorization header. A Boutique AI subscription is required.

Create and manage your tokens from your API tokens settings. Treat them like passwords โ€” anyone with a token can act on your behalf.

Base URL

https://dotb.io/api/public/v1

For AI tools and code generators

A machine-readable summary of the API is available at /api/public/v1/llms.txt, and the raw OpenAPI specification at /api/public/v1/openapi.json.