post
https://api.vcita.biz/v3/apps/widgets
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
- Use
GET /platform/v1/apps(with directory token) to find apps withapp_type='widgets' - If none exist, create one with
POST /platform/v1/appsincludingapp_type: 'widgets' - Use the app's
client_idandclient_secretto authenticate, or useGET /platform/v1/tokensto list app tokens
