Overview
The Blink REST API provides programmatic access to Blink data and functionality, enabling the management of resources such as workflows, users, cases, and more.
Authentication
All requests to the Blink API require authentication.
Generate an API Key
Log in to your BlinkOps account and navigate to the API Keys page.
Copy one of the existing API keys or create a new one.
Add the generated key to your request headers as BLINK-API-KEY.
Using an API Key
Each request sent to the REST API must be authenticated using an API key, included in the BLINK-API-KEY header.
For example:
curl -L -X POST 'http://app.blinkops.com/api/v1/playbooks/33168bb7-a395-47c9-ba7a-d44b649940dc/execute' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'BLINK-API-KEY: h4536jlkh345l456l35y4543l5ls'
Limits
Blink supports a maximum of 1000 records per page.