A

Authentiq Connect API

by Authentiq Connect Free tier

Authentiq Connect OAuth 2.0 and OpenID Connect API reference. Learn about Authentiq ID or check out the Authentiq Connect developer documentation.

authauthentiq

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
68

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free tier available. Passwordless authentication OpenID Connect provider.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://connect.authentiq.io/authorize' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

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