Skip to main content
GET
/
workspace
/
{ws_id}
/
get_approvers
List playbook approvers
curl --request GET \
  --url https://app.blinkops.com/api/v1/workspace/{ws_id}/get_approvers \
  --header 'BLINK-API-KEY: <api-key>'
[
  {
    "email": "<string>",
    "id": "<string>",
    "is_invite": true,
    "member_count": 123,
    "members": [
      "<string>"
    ],
    "name": "<string>",
    "type": "<string>",
    "workspace_role": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

ws_id
string
required

Workspace ID

Response

List of approvers

email
string
id
string
is_invite
boolean
member_count
integer
members
string[]
name
string
type
string
workspace_role
string