Authentiq Connect OAuth 2.0 and OpenID Connect API reference. Learn about Authentiq ID or check out the Authentiq Connect developer documentation.
https://connect.authentiq.io
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://www.authentiq.com/
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Free tier available. Passwordless authentication OpenID Connect provider.
| Method | Path | Description |
|---|---|---|
| GET | /authorize |
Authenticate a user |
| GET | /client |
List clients |
| POST | /client |
Register a client |
| DELETE | /client/{client_id} |
Delete a client |
| GET | /client/{client_id} |
View a client |
| PUT | /client/{client_id} |
Update a client |
| POST | /token |
Obtain an ID Token |
| GET | /userinfo |
Retrieve a user profile |
curl -X GET 'https://connect.authentiq.io/authorize' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Authentiq Connect documentation.