P
PhantAuth
8 endpointsliveRandom 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](https://phantauth.docs.apiary.io) (primary source) - [speca](https://speca.io/phantauth/phantauth) - [PhantAuth Developer Portal](https://www.phantauth.net/api) ### TL;DR **PhantAuth was design (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for PhantAuth.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Get a Client /client/{client_id} | Use this endpoint to generate a random client. The client is generated in a deterministic way, on the bases of the client ID given as a path parameter. In the case of identical client IDs, the endpoint will generate the same client object. The properties of the generated client object are randomly generated on the basis of the client ID. In lack of a client ID, all calls generate a different clien | $0.0020 per call | unknown |
| Get a Client Token /client/{client_id}/token/{kind} | It is used to generate a OpenID Connect token as a path parameter to a client of a given client ID. It is primarily used for testing purposes, when, for example, the token from the standard authentication flow is not available to the test code. | $0.0020 per call | unknown |
| Get a Domain /domain/{domainname} | This endpoint allows you to get the data of a given PhantAuth domain. To use the PhantAuth services, you don't need this endpoint. It is, therefore, mainly used for debug/diagnostic purposes in tenant customization. Domainname is the fully qualified DNS name of the domain you get (e.g. *phantauth.net* or *phantauth.cf*). | $0.0020 per call | unknown |
| Get a Fleet /fleet/{fleetname} | Use this endpoint to generate a random group of clients. The feleet is generated in a deterministic way, on the basis of a fleet name given as a path parameter. In the case of identical fleet names, the endpoint will generate the same fleet object. The properties of the generated fleet object are randomly generated on the basis of the fleet name. In lack of a fleet name, all calls generate a diffe | $0.0020 per call | unknown |
| Get a Team /team/{teamname} | Use this endpoint to generate a random group of users. The team is generated in a deterministic way, on the basis of the team name given as the path parameter. In the case of identical team names, the endpoint will generate the same team object. The properties of the generated team object are randomly generated on the basis of the team name. In lack of a team name, all calls generate a different t | $0.0020 per call | unknown |
| Get a Tenant /tenant/{tenantname} | This endpoint allows you to get the data of a given PhantAuth tenant. To use the PhantAuth services, you don't need this endpoint. It is, therefore, mainly used for debug/diagnostic purposes in tenant customization. Tenantname is the name of the full DNS domain of the tenant you get. In the case of an official and shared tenant (phantauth.net and phantauth.cf DNS domains), the DNS domain can be om | $0.0020 per call | unknown |
| Get a User /user/{username} | Use this endpoint to generate a random user. The user is generated in a deterministic way, on the bases of the user name given as a path parameter. In the case of identical user names, the endpoint will generate the same user object. The properties of the generated user object are randomly generated on the basis of the user name. In lack of a user name, all calls generate a different user object t | $0.0020 per call | unknown |
| Get a User Token /user/{username}/token/{kind} | It is used to generate OpenID Connect tokens as path parameters to a user of a given name. This method is mainly used in the testing process, when, for example, the token received from the normal authenticaton flow is not available to the test code. Generating an access token, for example, will let you avoid authentication, and immediately call an operation requiring the access token. | $0.0020 per call | unknown |