{"info":{"name":"Breachtide JSON API","description":"Read-only access to the breach intelligence Breachtide collects on the email addresses you have verified on your account. Authenticated with a per-account Bearer token issued from /dashboard/settings.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","_postman_id":"f5a08bb8-0000-4000-8000-f5a08bb80000"},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{apiKey}}","type":"string"}]},"variable":[{"key":"baseUrl","value":"https://breachtide.com/api/v1","type":"string"},{"key":"apiKey","value":"","type":"string"}],"item":[{"name":"Identity check","request":{"method":"GET","description":"Identity check. Returns the authenticated user, the email on file, and the active plan.","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/me","host":["{{baseUrl}}"],"path":["me"]}},"response":[]},{"name":"Per-source scan state for one monitored address","request":{"method":"GET","description":"Returns the per-source scan state for one monitored email address you own. The address must already be added and verified on your account; unverified or unknown addresses are rejected before any data is returned.","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/breaches?email=alice%40example.com","host":["{{baseUrl}}"],"path":["breaches"],"query":[{"key":"email","value":"alice@example.com","description":"The monitored email address to look up."}]}},"response":[]}]}