Blynk Platform HTTPS API

Enterprise-tier OAuth2 REST API for full programmatic CRUD across Blynk Cloud tenancy. Resources include devices (create from template, list, search, online status, tags, timeline, update, delete), users (list, search, invite, register, transfer, role updates, push notifications), organizations and sub-organizations, templates, automations, webhooks, and tags. Authentication uses OAuth2 client credentials issued in Blynk.Console, exchanged via POST /oauth2/token for a bearer access token, and requests are rate-limited to 10,000 per minute per organization. Resource identifiers are supplied as query parameters.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/blynk-platform-https-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: blynk:blynk-platform-https-api
name: Blynk Platform HTTPS API
tags:
- IoT
- Platform
- Administration
- Devices
- User
- Organization
- Templates
- Webhook
- Tags
- Automations
tags_raw:
- IoT
- Platform
- Administration
- Devices
- Users
- Organizations
- Templates
- Webhooks
- Tags
- Automations
humanURL: https://docs.blynk.io/en/blynk.cloud/platform-https-api
properties:
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api
  type: Documentation
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/devices.md
  type: Documentation
  name: Devices
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/users.md
  type: Documentation
  name: Users
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/organizations.md
  type: Documentation
  name: Organizations
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/templates.md
  type: Documentation
  name: Templates
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/automations.md
  type: Documentation
  name: Automations
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/webhooks.md
  type: Documentation
  name: Webhooks
- url: https://docs.blynk.io/en/blynk.cloud/platform-https-api/tags.md
  type: Documentation
  name: Tags
description: Enterprise-tier OAuth2 REST API for full programmatic CRUD across Blynk Cloud tenancy. Resources
  include devices (create from template, list, search, online status, tags, timeline, update, delete),
  users (list, search, invite, register, transfer, role updates, push notifications), organizations and
  sub-organizations, templates, automations, webhooks, and tags. Authentication uses OAuth2 client credentials
  issued in Blynk.Console, exchanged via POST /oauth2/token for a bearer access token, and requests are
  rate-limited to 10,000 per minute per organization. Resource identifiers are supplied as query parameters.