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
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized. The bearer token is missing or invalid.
403Forbidden. You do not have access to this resource.