Phantauth
Connector for the phantauth API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://phantauth.net - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_client_client_id— GET /client/{client_id} — Get a Clientget_client_client_id_token_kind— GET /client/{client_id}/token/{kind} — Get a Client Tokenget_domain_domainname— GET /domain/{domainname} — Get a Domainget_fleet_fleetname— GET /fleet/{fleetname} — Get a Fleetget_team_teamname— GET /team/{teamname} — Get a Teamget_tenant_tenantname— GET /tenant/{tenantname} — Get a Tenant
Inputs
apiKey— your phantauth API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_client_client_id
apiKey: <your key>