APIs to list and create converge actions for devices. Learn more about converge.
API to get and filter converge action
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/converge
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/converge
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v2/converge?device_ids=string&limit=0&offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "content": { "count": 0, "previous": "string", "next": "string", "results": [ … ] } }