Create Widget
This method allows the creation of the widget.
Request
name
value
url
https://dev.pulsoid.net/api/v1/widgets
method
POST
scope
widgets:update
Body Param Accepts JSON object with the following fields
name
value
configuration
Json representing new widget's configuration
name
Name of the widget
meta_id
Currently only basic bpm is supported so the value should be hardcoded to bf6bdf21-10a7-4a28-97ec-a239e6c77f8b
Headers Parameters explained:
name
value
description
Authorization
Bearer {auth token}
How to obtains access token https://docs.pulsoid.net/#how-to-obtain-an-authorization-token
Response
The response is a created widget.
Curl Request Example
Response Example
Last updated