{"api":"v1","generated_at":"2026-09-16T05:28:12.897Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/api-agishub-com-v1-meeting-slots-c37101","pinned_page":"https://tollindex.com/e/api-agishub-com-v1-meeting-slots-c37101/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"api-agishub-com-v1-meeting-slots-c37101","canonical_url":"https://api.agishub.com/v1/meeting-slots","resource":"https://api.agishub.com/v1/meeting-slots","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-08T18:47:52.954Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"meeting slots","category":"search","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.1 USDC","amount_units":0.1,"decimals_known":true,"pay_to":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-08T18:47:51.885Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:27:47.545Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:27:47.545Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:57:08.435Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:49:33.913Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:06:51.294Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T12:04:23.694Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","page":"https://tollindex.com/seller/0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","endpoints":68,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","amount":"100000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-08T18:47:51.885Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://api.agishub.com/v1/meeting-slots","extensions":{"bazaar":{"info":{"input":{"body":{"duration":1,"date_range":{"end":"2026-12-31","start":"2026-12-25"},"participants":[{"country":"ES","timezone":"Europe/Madrid","working_hours":{"end":"2026-12-31","start":"2026-12-25"}}]},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"result":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, "}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["participants","duration","date_range"],"properties":{"duration":{"type":"number","description":"Meeting duration in minutes."},"date_range":{"type":"object","required":["start","end"],"properties":{"end":{"type":"string","description":"Last date to search \"YYYY-MM-DD\"."},"start":{"type":"string","description":"First date to search \"YYYY-MM-DD\"."}},"description":"Inclusive date window to search, e.g. { \"start\":\"2026-07-13\", \"end\":\"2026-07-17\" }.","additionalProperties":false},"participants":{"type":"array","items":{"type":"object","required":["timezone"],"properties":{"country":{"type":"string","description":"ISO 3166-1 alpha-2 code (e.g. 'US', 'ES') to exclude that person's public holidays."},"timezone":{"type":"string","description":"Participant's IANA timezone, e.g. 'Europe/Madrid'."},"working_hours":{"type":"object","required":["start","end"],"properties":{"end":{"type":"string","description":"Local end time \"HH:mm\" (24h), e.g. \"17:00\"."},"start":{"type":"string","description":"Local start time \"HH:mm\" (24h), e.g. \"09:00\"."}},"description":"This participant's local working hours. Defaults to 09:00-17:00.","additionalProperties":false}},"additionalProperties":false},"minItems":1,"description":"The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }."}},"additionalProperties":false},"type":{"enum":["http"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}}}},"description":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).","lastUpdated":"2026-09-08T18:47:52.954Z","x402Version":2}]}}