Gluu fido API

The fido API from Gluu — 2 operation(s) for fido.

Operations 4

GET /v2/FidoDevices Query enrolled FIDO devices #
GET /v2/FidoDevices/{id} Get a FIDO device #
PUT /v2/FidoDevices/{id} Replace a FIDO device #
DELETE /v2/FidoDevices/{id} Delete a FIDO device #

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/gluu-fido-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

gluu-fido-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Gluu Flex SCIM 2.0 discovery Fido API
  version: '1.0'
  description: 'SCIM 2.0 (RFC 7644) endpoints exposed by Gluu Flex / Janssen Server for

    cross-domain identity management. The default base path on a Gluu Flex

    deployment is `/jans-scim/restv1`. Authentication uses an OAuth 2.0

    Bearer access token obtained from the embedded authorization server

    with the appropriate SCIM scopes.

    '
  contact:
    name: Gluu
    url: https://docs.gluu.org/
servers:
- url: https://{host}/jans-scim/restv1
  description: Gluu Flex SCIM endpoint
  variables:
    host:
      default: idp.example.com
security:
- bearerAuth: []
tags:
- name: fido
paths:
  /v2/FidoDevices:
    get:
      tags:
      - fido
      summary: Query enrolled FIDO devices
      operationId: searchFidoDevices
      responses:
        '200':
          description: ListResponse
  /v2/FidoDevices/{id}:
    get:
      tags:
      - fido
      summary: Get a FIDO device
      operationId: getFidoDevice
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: FidoDevice
    put:
      tags:
      - fido
      summary: Replace a FIDO device
      operationId: replaceFidoDevice
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: FidoDevice
    delete:
      tags:
      - fido
      summary: Delete a FIDO device
      operationId: deleteFidoDevice
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '204':
          description: Deleted
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: OAuth 2.0 access token with SCIM scopes