Create a Widget

Overview

Create a new widget.

Authentication

Available for App Tokens only. The app must have app_type='widgets' to create widgets. Apps with other types will receive 403: 'This app's type does not support widgets'.

How to Get an App Token

  1. Use GET /platform/v1/apps (with directory token) to find apps with app_type='widgets'
  2. If none exist, create one with POST /platform/v1/apps including app_type: 'widgets'
  3. Use the app's client_id and client_secret to authenticate, or use GET /platform/v1/tokens to list app tokens
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!