GET
/
workspace
/
{ws_id}
/
connections
/
{id}
curl --request GET \
  --url https://app.blinkops.com/api/v1/workspace/{ws_id}/connections/{id} \
  --header 'BLINK-API-KEY: <api-key>'
[
  {
    "attributes": {},
    "connection_type_id": "<string>",
    "created_at": 123,
    "created_by": "<string>",
    "created_with_o_auth": true,
    "creation_location": "<string>",
    "creation_method": "<string>",
    "description": "<string>",
    "display_name": "<string>",
    "external_id": "<string>",
    "full_name": "<string>",
    "id": "<string>",
    "name": "<string>",
    "secret_manager": "<string>",
    "status": "<string>",
    "tags": [
      "<string>"
    ],
    "tenant_id": "<string>",
    "updated_at": 123,
    "updated_by": "<string>",
    "workspace_id": "<string>"
  }
]

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

id
string
required

ID

ws_id
string
required

workspace ID

Response

200
application/json
ok
attributes
object
connection_type_id
string
created_at
integer
created_by
string
created_with_o_auth
boolean
creation_location
string
creation_method
string
description
string
display_name
string
external_id
string

ExternalId mapping to external entity identifier associated with this connection (used on revoke/uninstall events e.g.)

full_name
string
id
string
name
string

Connection names are unique per tenant as they are used in playbook YAML

secret_manager
string
status
string
tags
string[]
tenant_id
string
updated_at
integer
updated_by
string
workspace_id
string