Strong authentication, without the passwords.
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
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://6-dot-authentiqio.appspot.com/key' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Authentiq documentation.