integrations.sh
← all integrations

Authentiq API

OpenAPI apis-guru security

Strong authentication, without the passwords.

Homepage
https://api.apis.guru/v2/specs/6-dot-authentiqio.appspot.com/6.json
Provider
6-dot-authentiqio.appspot.com
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/6-dot-authentiqio.appspot.com/6/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/6-dot-authentiqio.appspot.com/6/openapi.yaml

Tools (16)

Extracted live via the executor SDK.

  • key.headKeyPk

    HEAD info on Authentiq ID

  • key.keyBind

    Update Authentiq ID by replacing the object.

    v4: JWT(sub,email,phone) to bind email/phone hash;

    v5: POST issuer-signed email & phone scopes and PUT to update registration JWT(sub, pk, devtoken, ...)

    See:

  • key.keyRegister

    Register a new ID JWT(sub, devtoken)

    v5: JWT(sub, pk, devtoken, ...)

    See:

  • key.keyRetrieve

    Get public details of an Authentiq ID.

  • key.keyRevoke

    Revoke an Identity (Key) with a revocation secret

  • key.keyRevokeNosecret

    Revoke an Authentiq ID using email & phone.

    If called with email and phone only, a verification code will be sent by email. Do a second call adding code to complete the revocation.

  • key.keyUpdate

    update properties of an Authentiq ID. (not operational in v4; use PUT for now)

    v5: POST issuer-signed email & phone scopes in a self-signed JWT

    See:

  • login.pushLoginRequest

    push sign-in request See:

  • scope.signConfirm

    this is a scope confirmation

  • scope.signDelete

    delete a verification job

  • scope.signRequest

    scope verification request See:

  • scope.signRetrieve

    get the status / current content of a verification job

  • scope.signRetrieveHead

    HEAD to get the status of a verification job

  • scope.signUpdate

    authority updates a JWT with its signature See:

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools