Clerk · Capability
Clerk Backend Api — Enterprise Connections
Clerk Enterprise Connections capability. 5 operations. Lead operation: List Enterprise Connections.
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Clerk Backend Api — Enterprise Connections
description: 'Clerk Enterprise Connections capability. 5 operations. Lead operation: List Enterprise Connections.'
tags:
- Clerk
- Enterprise Connections
created: '2026-05-22'
modified: '2026-05-22'
binds:
- namespace: env
keys:
CLERK_SECRET_KEY: CLERK_SECRET_KEY
capability:
consumes:
- type: http
namespace: clerk-backend-api-enterprise-connections
baseUri: https://api.clerk.com/v1
description: Clerk clerk-backend-api Enterprise Connections business capability.
resources:
- name: enterprise-connections
path: /enterprise_connections
operations:
- name: ListEnterpriseConnections
method: GET
description: List Enterprise Connections
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: organization_id
in: query
type: string
description: Filter enterprise connections by organization ID
required: false
- name: active
in: query
type: boolean
description: Filter by active status. If true, only active connections are returned. If false, only inactive connections are returned. If omitted, all connections are returned.
required: false
- name: CreateEnterpriseConnection
method: POST
description: Create an Enterprise Connection
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: enterprise-connections-enterprise-connection-id
path: /enterprise_connections/{enterprise_connection_id}
operations:
- name: GetEnterpriseConnection
method: GET
description: Retrieve an Enterprise Connection
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: enterprise_connection_id
in: path
type: string
description: The ID of the enterprise connection
required: true
- name: UpdateEnterpriseConnection
method: PATCH
description: Update an Enterprise Connection
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: enterprise_connection_id
in: path
type: string
description: The ID of the enterprise connection to update
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: DeleteEnterpriseConnection
method: DELETE
description: Delete an Enterprise Connection
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: enterprise_connection_id
in: path
type: string
description: The ID of the enterprise connection to delete
required: true