Openpath orgs/wirelessLockProviders API

The orgs/wirelessLockProviders API from Openpath — 6 operation(s) for orgs/wirelesslockproviders.

Operations 8

GET /orgs/{orgId}/wirelessLockProviders List all wireless lock providers #
POST /orgs/{orgId}/wirelessLockProviders Create a wireless lock provider #
GET /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId} Describe a wireless lock provider #
DELETE /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId} Remove a wireless lock provider and all related devices #
GET /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/operators List all operators for a wireless lock provider #
GET /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/firmwares List all firmwares available for a wireless lock provider by device #
POST /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/syncDevices Sync devices for a wireless lock provider #
POST /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/invite Invite self to be a site operator for a wireless lock provider #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/openpath-orgs-wirelesslockproviders-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

openpath-orgs-wirelesslockproviders-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Openpath API Documentation auth Orgs/wireless Lock Providers API
  version: 1.0.0
  description: Authentication and Login
servers:
- url: https://api.openpath.com
tags:
- name: orgs/wirelessLockProviders
paths:
  /orgs/{orgId}/wirelessLockProviders:
    get:
      summary: List all wireless lock providers
      operationId: listWirelessLockProviders
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r,o:r,s-o:r<br/><br/>__Endpoint name__: listWirelessLockProviders'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '200':
          description: Successful
          content:
            application/json:
              schema:
                type: object
                properties:
                  totalCount:
                    type: integer
                  filteredCount:
                    type: integer
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                        siteIdExt:
                          type:
                          - string
                          - 'null'
                        siteAuthKey:
                          type:
                          - string
                          - 'null'
                        createdAt:
                          type: string
                          format: date
                        updatedAt:
                          type: string
                          format: date
                        orgId:
                          type: number
                        wirelessLockProviderType:
                          type: object
                          properties:
                            id:
                              type: number
                            name:
                              type: string
                          required:
                          - id
                      required:
                      - id
                  meta:
                    type: object
                    properties:
                      accessToken:
                        type:
                        - object
                        - 'null'
                        properties:
                          scopeUpdatedAt:
                            type: string
                            format: date
                      siteSpecificAccess:
                        type:
                        - object
                        - 'null'
                        properties:
                          isSiteSpecific:
                            type: boolean
                          siteIds:
                            type:
                            - array
                            - 'null'
                            items:
                              type: integer
                          siteIdsByScope:
                            type:
                            - object
                            - 'null'
                            properties:
                              string:
                                type:
                                - array
                                - 'null'
                                items:
                                  type: integer
      x-op-scopes:
      - o{params.orgId}-integrations:r
      - o{params.orgId}-hw:w
      - o{params.orgId}-hw:r
      - o:r
      - s-o:r
    post:
      summary: Create a wireless lock provider
      operationId: createWirelessLockProvider
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:w,o:w,s-o:w<br/><br/>__Endpoint name__: createWirelessLockProvider'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '200':
          description: Successful
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      id:
                        type: number
                      siteIdExt:
                        type:
                        - string
                        - 'null'
                      siteAuthKey:
                        type:
                        - string
                        - 'null'
                      createdAt:
                        type: string
                        format: date
                      updatedAt:
                        type: string
                        format: date
                      orgId:
                        type: number
                      wirelessLockProviderType:
                        type: object
                        properties:
                          id:
                            type: number
                          name:
                            type: string
                        required:
                        - id
                    required:
                    - id
                  meta:
                    type: object
                    properties:
                      accessToken:
                        type:
                        - object
                        - 'null'
                        properties:
                          scopeUpdatedAt:
                            type: string
                            format: date
                      siteSpecificAccess:
                        type:
                        - object
                        - 'null'
                        properties:
                          isSiteSpecific:
                            type: boolean
                          siteIds:
                            type:
                            - array
                            - 'null'
                            items:
                              type: integer
                          siteIdsByScope:
                            type:
                            - object
                            - 'null'
                            properties:
                              string:
                                type:
                                - array
                                - 'null'
                                items:
                                  type: integer
      x-op-scopes:
      - o{params.orgId}-integrations:w
      - o:w
      - s-o:w
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                siteIdExt:
                  type:
                  - string
                  - 'null'
                siteAuthKey:
                  type:
                  - string
                  - 'null'
                wirelessLockProviderTypeId:
                  type: integer
              required:
              - wirelessLockProviderTypeId
  /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}:
    get:
      summary: Describe a wireless lock provider
      operationId: describeWirelessLockProvider
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r,o:r,s-o:r<br/><br/>__Endpoint name__: describeWirelessLockProvider'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      - name: wirelessLockProviderId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '200':
          description: Successful
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      id:
                        type: number
                      siteIdExt:
                        type:
                        - string
                        - 'null'
                      siteAuthKey:
                        type:
                        - string
                        - 'null'
                      createdAt:
                        type: string
                        format: date
                      updatedAt:
                        type: string
                        format: date
                      orgId:
                        type: number
                      wirelessLockProviderType:
                        type: object
                        properties:
                          id:
                            type: number
                          name:
                            type: string
                        required:
                        - id
                    required:
                    - id
                  meta:
                    type: object
                    properties:
                      accessToken:
                        type:
                        - object
                        - 'null'
                        properties:
                          scopeUpdatedAt:
                            type: string
                            format: date
                      siteSpecificAccess:
                        type:
                        - object
                        - 'null'
                        properties:
                          isSiteSpecific:
                            type: boolean
                          siteIds:
                            type:
                            - array
                            - 'null'
                            items:
                              type: integer
                          siteIdsByScope:
                            type:
                            - object
                            - 'null'
                            properties:
                              string:
                                type:
                                - array
                                - 'null'
                                items:
                                  type: integer
      x-op-scopes:
      - o{params.orgId}-integrations:r
      - o{params.orgId}-hw:w
      - o{params.orgId}-hw:r
      - o:r
      - s-o:r
    delete:
      summary: Remove a wireless lock provider and all related devices
      operationId: deleteWirelessLockProvider
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:w,o:w,s-o:w<br/><br/>__Endpoint name__: deleteWirelessLockProvider'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      - name: wirelessLockProviderId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '204':
          description: No Content
      x-op-scopes:
      - o{params.orgId}-integrations:w
      - o:w
      - s-o:w
  /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/operators:
    get:
      summary: List all operators for a wireless lock provider
      operationId: listWirelessLockProviderOperators
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r,o:r,s-o:r<br/><br/>__Endpoint name__: listWirelessLockProviderOperators'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      - name: wirelessLockProviderId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '200':
          description: Successful
          content:
            application/json:
              schema:
                type: object
                properties:
                  totalCount:
                    type: integer
                  filteredCount:
                    type: integer
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        userName:
                          type: string
                        role:
                          type: string
                        firstName:
                          type: string
                        lastName:
                          type: string
                        operatorId:
                          type: integer
                  meta:
                    type: object
                    properties:
                      accessToken:
                        type:
                        - object
                        - 'null'
                        properties:
                          scopeUpdatedAt:
                            type: string
                            format: date
                      siteSpecificAccess:
                        type:
                        - object
                        - 'null'
                        properties:
                          isSiteSpecific:
                            type: boolean
                          siteIds:
                            type:
                            - array
                            - 'null'
                            items:
                              type: integer
                          siteIdsByScope:
                            type:
                            - object
                            - 'null'
                            properties:
                              string:
                                type:
                                - array
                                - 'null'
                                items:
                                  type: integer
      x-op-scopes:
      - o{params.orgId}-integrations:r
      - o{params.orgId}-hw:w
      - o{params.orgId}-hw:r
      - o:r
      - s-o:r
  /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/firmwares:
    get:
      summary: List all firmwares available for a wireless lock provider by device
      operationId: listWirelessLockProviderFirmwares
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r,o:r,s-o:r<br/><br/>__Endpoint name__: listWirelessLockProviderFirmwares'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      - name: wirelessLockProviderId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '200':
          description: Successful
          content:
            application/json:
              schema:
                type: object
                properties:
                  totalCount:
                    type: integer
                  filteredCount:
                    type: integer
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        manufacturer:
                          type: string
                        model:
                          type: string
                        versions:
                          type: array
                          items:
                            type: object
                            properties:
                              name:
                                type: string
                              description:
                                type: string
                              version:
                                type: string
                              extendedVersion:
                                type:
                                - string
                                - 'null'
                              isPublic:
                                type: boolean
                                default: false
                              releaseDate:
                                type: string
                                format: date
                  meta:
                    type: object
                    properties:
                      accessToken:
                        type:
                        - object
                        - 'null'
                        properties:
                          scopeUpdatedAt:
                            type: string
                            format: date
                      siteSpecificAccess:
                        type:
                        - object
                        - 'null'
                        properties:
                          isSiteSpecific:
                            type: boolean
                          siteIds:
                            type:
                            - array
                            - 'null'
                            items:
                              type: integer
                          siteIdsByScope:
                            type:
                            - object
                            - 'null'
                            properties:
                              string:
                                type:
                                - array
                                - 'null'
                                items:
                                  type: integer
      x-op-scopes:
      - o{params.orgId}-integrations:r
      - o{params.orgId}-hw:w
      - o{params.orgId}-hw:r
      - o:r
      - s-o:r
  /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/syncDevices:
    post:
      summary: Sync devices for a wireless lock provider
      operationId: syncWirelessLockProviderDevices
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:w,o{params.orgId}-hw:w,o:w,s-o:w<br/><br/>__Endpoint name__: syncWirelessLockProviderDevices'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      - name: wirelessLockProviderId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '201':
          description: Sync initiated
      x-op-scopes:
      - o{params.orgId}-integrations:w
      - o{params.orgId}-hw:w
      - o:w
      - s-o:w
  /orgs/{orgId}/wirelessLockProviders/{wirelessLockProviderId}/invite:
    post:
      summary: Invite self to be a site operator for a wireless lock provider
      operationId: inviteWirelessLockProviderOperator
      description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:w,o{params.orgId}-hw:w,o:w,s-o:w<br/><br/>__Endpoint name__: inviteWirelessLockProviderOperator'
      parameters:
      - name: orgId
        in: path
        required: true
        schema:
          type: integer
      - name: wirelessLockProviderId
        in: path
        required: true
        schema:
          type: integer
      tags:
      - orgs/wirelessLockProviders
      security:
      - jwt: []
      responses:
        '201':
          description: Created
      x-op-scopes:
      - o{params.orgId}-integrations:w
      - o{params.orgId}-hw:w
      - o:w
      - s-o:w
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                email:
                  type: string
                  x-format:
                    email: true
                  x-convert:
                    trim: true
components:
  securitySchemes:
    jwt:
      type: apiKey
      name: Authorization
      in: header
x-proxy-enabled: false