{"openapi":"3.1.0","info":{"title":"Godmailstore (GUDMAILBULK) AI Agent API","description":"Official API for AI Agents (ChatGPT, Claude, Perplexity, LangChain, Coze) to search bulk verified digital accounts, aged Gmail, Hotmail, eSIMs, and check live stock/pricing.","version":"1.0.0","contact":{"name":"Godmailstore Support","url":"https://gudmailbulk.com/about"}},"servers":[{"url":"https://gudmailbulk.com","description":"Production Server"}],"paths":{"/api/v1/agent/products":{"get":{"summary":"Search and filter digital accounts in stock","description":"Returns a token-optimized list of products matching search query, category, price, and stock filters.","operationId":"searchProducts","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"},"description":"Search keyword e.g. 'aged gmail', 'hotmail us', 'esim', 'facebook'"},{"name":"category","in":"query","required":false,"schema":{"type":"string"},"description":"Filter by category name or slug"},{"name":"inStock","in":"query","required":false,"schema":{"type":"boolean","default":false},"description":"If true, only returns products with available stock > 0"},{"name":"maxPrice","in":"query","required":false,"schema":{"type":"number"},"description":"Filter products with price less than or equal to this amount in USD"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":20,"minimum":1,"maximum":50},"description":"Number of products to return"}],"responses":{"200":{"description":"Successful response containing matching accounts","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"meta":{"type":"object"},"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"price_usd":{"type":"number"},"stock":{"type":"integer"},"in_stock":{"type":"boolean"},"category":{"type":"string"},"min_order":{"type":"integer"},"summary":{"type":"string"},"url":{"type":"string"}}}}}}}}}}}}}}