Authentiq
Connector for the authentiq API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://connect.authentiq.io - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
authorize— GET /authorize — Authenticate a userclient— GET /client — List clientsgetclient— GET /client/{client_id} — View a clientuserinfo— GET /userinfo — Retrieve a user profileauthorizeiframe— GET /{client_id}/iframe — Include a session iframecreateclient— POST /client — Register a client
Inputs
apiKey— your authentiq API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: authorize
apiKey: <your key>