A

Authentiq Connect API

REST discovered

Details Spec supplied by APIs.guru
URL
https://connect.authentiq.io
Spec
https://api.apis.guru/v2/specs/authentiq.io/1.0/openapi.json
Spec (yaml)
https://raw.githubusercontent.com/APIs-guru/openapi-directory/main/APIs/authentiq.io/1.0/openapi.yaml
Spec (yaml)
https://raw.githubusercontent.com/AuthentiqID/authentiq-docs/master/docs/swagger/provider.yaml
Docs
https://developers.authentiq.com/
Authentication
Authentiq OAuth client (client ID and client secret) oauth2 discovered Set up OAuth ↗
?client_id=<credential> /Authorization: Basic <credential>

Sign in to the Authentiq Dashboard and register an application/client to obtain a client_id and client_secret. The OpenAPI description states the client_id is obtained from the dashboard; the token endpoint uses the registered client_id and client_secret, and client-management endpoints operate on previously registered clients.

Authentiq OAuth client (client ID and client secret) client_id=<credential> + Authentiq OAuth client (client ID and client secret) client_secret=<credential> discovered