naftiko: 1.0.0-alpha2 info: label: API Endpoints — subpackage_schedulingLinks description: 'API Endpoints — subpackage_schedulingLinks. 14 operations. Lead operation: List User Scheduling Links. Self-contained Naftiko capability covering one Close business surface.' tags: - Close - subpackage_schedulingLinks created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: CLOSE_API_KEY: CLOSE_API_KEY capability: consumes: - type: http namespace: close-subpackage-schedulinglinks baseUri: https://api.close.com/api/v1 description: API Endpoints — subpackage_schedulingLinks business capability. Self-contained, no shared references. resources: - name: scheduling_link path: /scheduling_link/ operations: - name: list method: GET description: List User Scheduling Links outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: create method: POST description: Create a User Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: scheduling_link-integration path: /scheduling_link/integration/ operations: - name: createintegration method: POST description: Create or update a Scheduling Link via OAuth outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: scheduling_link-integration-source_id path: /scheduling_link/integration/{source_id}/ operations: - name: deleteintegration method: DELETE description: Delete a User Scheduling Link via OAuth integration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: source_id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: scheduling_link-id path: /scheduling_link/{id}/ operations: - name: get method: GET description: Fetch a User Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: update method: PUT description: Update a User Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: delete method: DELETE description: Delete a User Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: shared_scheduling_link path: /shared_scheduling_link/ operations: - name: listshared method: GET description: List Shared Scheduling Links outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: createshared method: POST description: Create a Shared Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: shared_scheduling_link-id path: /shared_scheduling_link/{id}/ operations: - name: getshared method: GET description: Fetch a Shared Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: updateshared method: PUT description: Update a Shared Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: deleteshared method: DELETE description: Delete a Shared Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: shared_scheduling_link_association path: /shared_scheduling_link_association/ operations: - name: createsharedassociation method: POST description: Map a Shared Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: shared_scheduling_link_association-unmap path: /shared_scheduling_link_association/unmap/ operations: - name: deletesharedassociation method: POST description: Unmap a Shared Scheduling Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.CLOSE_API_KEY}}' exposes: - type: rest namespace: close-subpackage-schedulinglinks-rest port: 8080 description: REST adapter for API Endpoints — subpackage_schedulingLinks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/scheduling-link name: scheduling-link description: REST surface for scheduling_link. operations: - method: GET name: list description: List User Scheduling Links call: close-subpackage-schedulinglinks.list with: Authorization: rest.Authorization outputParameters: - type: object mapping: $. - method: POST name: create description: Create a User Scheduling Link call: close-subpackage-schedulinglinks.create with: Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/scheduling-link/integration name: scheduling-link-integration description: REST surface for scheduling_link-integration. operations: - method: POST name: createintegration description: Create or update a Scheduling Link via OAuth call: close-subpackage-schedulinglinks.createintegration with: Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/scheduling-link/integration/{source-id} name: scheduling-link-integration-source-id description: REST surface for scheduling_link-integration-source_id. operations: - method: DELETE name: deleteintegration description: Delete a User Scheduling Link via OAuth integration call: close-subpackage-schedulinglinks.deleteintegration with: source_id: rest.source_id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - path: /v1/scheduling-link/{id} name: scheduling-link-id description: REST surface for scheduling_link-id. operations: - method: GET name: get description: Fetch a User Scheduling Link call: close-subpackage-schedulinglinks.get with: id: rest.id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - method: PUT name: update description: Update a User Scheduling Link call: close-subpackage-schedulinglinks.update with: id: rest.id Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Delete a User Scheduling Link call: close-subpackage-schedulinglinks.delete with: id: rest.id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - path: /v1/shared-scheduling-link name: shared-scheduling-link description: REST surface for shared_scheduling_link. operations: - method: GET name: listshared description: List Shared Scheduling Links call: close-subpackage-schedulinglinks.listshared with: Authorization: rest.Authorization outputParameters: - type: object mapping: $. - method: POST name: createshared description: Create a Shared Scheduling Link call: close-subpackage-schedulinglinks.createshared with: Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/shared-scheduling-link/{id} name: shared-scheduling-link-id description: REST surface for shared_scheduling_link-id. operations: - method: GET name: getshared description: Fetch a Shared Scheduling Link call: close-subpackage-schedulinglinks.getshared with: id: rest.id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - method: PUT name: updateshared description: Update a Shared Scheduling Link call: close-subpackage-schedulinglinks.updateshared with: id: rest.id Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteshared description: Delete a Shared Scheduling Link call: close-subpackage-schedulinglinks.deleteshared with: id: rest.id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - path: /v1/shared-scheduling-link-association name: shared-scheduling-link-association description: REST surface for shared_scheduling_link_association. operations: - method: POST name: createsharedassociation description: Map a Shared Scheduling Link call: close-subpackage-schedulinglinks.createsharedassociation with: Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/shared-scheduling-link-association/unmap name: shared-scheduling-link-association-unmap description: REST surface for shared_scheduling_link_association-unmap. operations: - method: POST name: deletesharedassociation description: Unmap a Shared Scheduling Link call: close-subpackage-schedulinglinks.deletesharedassociation with: Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: close-subpackage-schedulinglinks-mcp port: 9090 transport: http description: MCP adapter for API Endpoints — subpackage_schedulingLinks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-user-scheduling-links description: List User Scheduling Links hints: readOnly: true destructive: false idempotent: true call: close-subpackage-schedulinglinks.list with: Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: create-user-scheduling-link description: Create a User Scheduling Link hints: readOnly: false destructive: false idempotent: false call: close-subpackage-schedulinglinks.create with: Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: create-update-scheduling-link-oauth description: Create or update a Scheduling Link via OAuth hints: readOnly: false destructive: false idempotent: false call: close-subpackage-schedulinglinks.createintegration with: Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: delete-user-scheduling-link-oauth description: Delete a User Scheduling Link via OAuth integration hints: readOnly: false destructive: true idempotent: true call: close-subpackage-schedulinglinks.deleteintegration with: source_id: tools.source_id Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: fetch-user-scheduling-link description: Fetch a User Scheduling Link hints: readOnly: true destructive: false idempotent: true call: close-subpackage-schedulinglinks.get with: id: tools.id Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: update-user-scheduling-link description: Update a User Scheduling Link hints: readOnly: false destructive: false idempotent: true call: close-subpackage-schedulinglinks.update with: id: tools.id Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: delete-user-scheduling-link description: Delete a User Scheduling Link hints: readOnly: false destructive: true idempotent: true call: close-subpackage-schedulinglinks.delete with: id: tools.id Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: list-shared-scheduling-links description: List Shared Scheduling Links hints: readOnly: true destructive: false idempotent: true call: close-subpackage-schedulinglinks.listshared with: Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: create-shared-scheduling-link description: Create a Shared Scheduling Link hints: readOnly: false destructive: false idempotent: false call: close-subpackage-schedulinglinks.createshared with: Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: fetch-shared-scheduling-link description: Fetch a Shared Scheduling Link hints: readOnly: true destructive: false idempotent: true call: close-subpackage-schedulinglinks.getshared with: id: tools.id Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: update-shared-scheduling-link description: Update a Shared Scheduling Link hints: readOnly: false destructive: false idempotent: true call: close-subpackage-schedulinglinks.updateshared with: id: tools.id Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: delete-shared-scheduling-link description: Delete a Shared Scheduling Link hints: readOnly: false destructive: true idempotent: true call: close-subpackage-schedulinglinks.deleteshared with: id: tools.id Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: map-shared-scheduling-link description: Map a Shared Scheduling Link hints: readOnly: false destructive: false idempotent: false call: close-subpackage-schedulinglinks.createsharedassociation with: Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: unmap-shared-scheduling-link description: Unmap a Shared Scheduling Link hints: readOnly: false destructive: false idempotent: false call: close-subpackage-schedulinglinks.deletesharedassociation with: Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $.