Widgets

Share widgets and API links

Widgets and API access are used when ArtwinLive needs to connect with the outside world. A booking form lets someone send a request for an artist. Agenda widgets and feeds can show selected planning information on a website. API access is for integrations that need structured data or need to create or read information automatically.

Booking request forms

Artist request forms are meant for shareable public booking intake. The form belongs to an artist or schedule setup, so the request arrives with enough context to start a booking workflow. Use forms when you want a controlled intake flow instead of free-form email.

Widgets and feeds

  • Use widgets when planning or booking information should be embedded on a website.
  • Use the widget settings to decide which source is shown and which information is public.
  • Feeds can be used by external systems that need planning information in a predictable format.
  • Some feed endpoints support JSONP through a callback parameter for older browser-based integrations, but normal JSON is the safer default for modern integrations.

API access

API tokens are credentials for integrations. Create a separate token per website, integration or server so access can be revoked without breaking unrelated systems. Use the API reference when an integration needs structured access beyond a widget or public form. Share tokens only with parties that should have technical access to the account.