Get Organization Tags
Get Tags
GET
https://{server_address}/api/v1/organization/tags
Get a list of tags for specified organization
Query Parameters
Name
Type
Description
orgId
1
Organization's identifier. Should be a valid integer.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Request examples:
# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/tags
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/tags
Last updated
Was this helpful?