1Lookup · Authentication Profile
1Lookup Authentication
Authentication
1Lookup runs two distinct authentication models: a static API key presented as an HTTP Bearer token on the REST API, and OAuth 2.1 (authorization code + PKCE, with dynamic client registration) on the hosted MCP connector. Derived by hand from the published reference and the live RFC 8414 / RFC 9728 metadata — the provider publishes no OpenAPI securitySchemes to derive from mechanically.
1Lookup secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
phone validationemail validationIP intelligencefraud & riskdata enrichmentB2B contact & company dataSEO / web analyticsaudio transcriptionMCP / agent-nativeREST API
Methods: http, oauth2
Schemes: 2
OAuth flows: authorizationCode
API key in: header
Security Schemes
bearerApiKey http
mcpOAuth21 oauth2