# PhantAuth **Provider:** PhantAuth **Category:** auth **Base URL:** `https://phantauth.net` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://phantauth.net ## Description Random User Generator + OpenID Connect Provider. Like Lorem Ipsum, but for user accounts and authentication. The PhantAuth API documentation is available on the following API documentation sites: - apiary (primary source) - [speca](https://speca.io/phantauth/ph ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://phantauth.net/client` | Create a Client Selfie | | GET | `https://phantauth.net/client/{client_id}` | Get a Client | | GET | `https://phantauth.net/client/{client_id}/token/{kind}` | Get a Client Token | | GET | `https://phantauth.net/domain/{domainname}` | Get a Domain | | GET | `https://phantauth.net/fleet/{fleetname}` | Get a Fleet | | GET | `https://phantauth.net/team/{teamname}` | Get a Team | | GET | `https://phantauth.net/tenant/{tenantname}` | Get a Tenant | | POST | `https://phantauth.net/user` | Create a User Selfie | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://phantauth.net/client' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/phantauth/) — CC BY 4.0*