Get Organization Automations

Get Automations

GET https://{server_address}/api/v1/organization/automations

Get a list of Automations for the specified organization

Query Parameters

NameTypeDescription

orgId

1

Organization's identifier. Should be a valid integer.

Headers

NameTypeDescription

Authorization*

Bearer {access_token}

[
   {
      "id": 2,
      "name": "My Automation",
      "ownerId": 1133,
      "isActive": true
   }
]

Request examples:

# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/automations
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/automations

Last updated