{"info":{"name":"Web-TechServices Agency API","_postman_id":"1feb98d621e6c36dea2b9fb4","description":"Programmatic multi-tenant client management for white-label agency partners.\n\nSet the variable `AGENCY_API_KEY` at the collection level to your minted key.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"List clients","request":{"method":"GET","header":[{"key":"X-Agency-API-Key","value":"{{AGENCY_API_KEY}}","type":"text"}],"url":{"raw":"https://web-techservices.com/api/agency-api/clients?limit=50&offset=0","protocol":"https","host":["web-techservices","com"],"path":["api","agency-api","clients"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"}]}}},{"name":"Create client","request":{"method":"POST","header":[{"key":"X-Agency-API-Key","value":"{{AGENCY_API_KEY}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://web-techservices.com/api/agency-api/clients"},"body":{"mode":"raw","raw":"{\n  \"name\": \"Acme Co\",\n  \"domain\": \"acme.com\",\n  \"email\": \"ops@acme.com\",\n  \"phone\": \"555-123-4567\",\n  \"plan\": \"pro\",\n  \"notes\": \"Created via Postman\"\n}"}}},{"name":"Get client by domain","request":{"method":"GET","header":[{"key":"X-Agency-API-Key","value":"{{AGENCY_API_KEY}}","type":"text"}],"url":{"raw":"https://web-techservices.com/api/agency-api/clients/acme.com"}}},{"name":"Update client","request":{"method":"PUT","header":[{"key":"X-Agency-API-Key","value":"{{AGENCY_API_KEY}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://web-techservices.com/api/agency-api/clients/acme.com"},"body":{"mode":"raw","raw":"{\n  \"plan\": \"enterprise\",\n  \"seat_limit_override\": 50,\n  \"notes\": \"Upgraded\"\n}"}}},{"name":"Suspend client","request":{"method":"DELETE","header":[{"key":"X-Agency-API-Key","value":"{{AGENCY_API_KEY}}","type":"text"}],"url":{"raw":"https://web-techservices.com/api/agency-api/clients/acme.com"}}},{"name":"Agency usage","request":{"method":"GET","header":[{"key":"X-Agency-API-Key","value":"{{AGENCY_API_KEY}}","type":"text"}],"url":{"raw":"https://web-techservices.com/api/agency-api/usage"}}}],"variable":[{"key":"AGENCY_API_KEY","value":"wtsag_...","type":"string"}]}