6 Dot Authentiqio
Connector for the 6-dot-authentiqio API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://6-dot-authentiqio.appspot.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
-
key_retrieve— GET /key/{PK} — Get public details of an Authentiq ID. -
sign_retrieve— GET /scope/{job} — get the status / current content of a verification job key_register— POST /key — Register a new IDJWT(sub, devtoken)
v5: JWT(sub, pk, devtoken, ...)
See:
- key_revoke_nosecret — DELETE /key — Revoke an Authentiq ID using email & phone.
If called with email and phone
- key_update — POST /key/{PK} — update properties of an Authentiq ID.
(not operational in v4; use PUT for now)
key_bind— PUT /key/{PK} — Update Authentiq ID by replacing the object.
v4: JWT(sub,email,phone) to bind
Inputs
apiKey— your 6-dot-authentiqio 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: key_retrieve
apiKey: <your key>