A

Authentiq API

by Authentiq Free tier

Strong authentication, without the passwords.

auth6-dot-authentiqio

Quick Reference

Base URL https://6-dot-authentiqio.appspot.com Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation http://authentiq.io/support Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)573ms (checked Mar 29, 2026) Builder score D 43% builder-friendly
Pricing
28
Latency
38
Depth
57

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
DELETE /key Revoke an Authentiq ID using email & phone. If called with `email` and `phone`
POST /key Register a new ID `JWT(sub, devtoken)` v5: `JWT(sub, pk, devtoken, ...)` See:
DELETE /key/{PK} Revoke an Identity (Key) with a revocation secret
GET /key/{PK} Get public details of an Authentiq ID.
POST /key/{PK} update properties of an Authentiq ID. (not operational in v4; use PUT for now)
PUT /key/{PK} Update Authentiq ID by replacing the object. v4: `JWT(sub,email,phone)` to bind
POST /login push sign-in request See: https://github.com/skion/authentiq/wiki/JWT-Examples
POST /scope scope verification request See: https://github.com/skion/authentiq/wiki/JWT-Exam

Sample Request

curl -X GET 'https://6-dot-authentiqio.appspot.com/key' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Authentiq documentation.