Banking/open banking
brex.io
KYC API Documentation sandbox and mock API
API Interface to retrieve company data and products from business registers Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 54
- Collections
- -
- Event types
- -
example request
curl https://your-brex.slurry.io/api/v1/company/monitoring/changeTypes \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2021.12.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 54.
- GET/api/v1/company/announcement/{id}
- POST/api/v1/company/deepsearch/isin
- GET/api/v1/company/deepsearch/lei/{number}
- GET/api/v1/company/deepsearch/name/{country}/{name}
- GET/api/v1/company/deepsearch/number/{country}/{number}
- GET/api/v1/company/monitoring/changeTypes
- GET/api/v1/company/monitoring/list
- GET/api/v1/company/monitoring/list/{id}
- POST/api/v1/company/monitoring/register/{id}
- POST/api/v1/company/monitoring/unregister/{id}
- GET/api/v1/company/notification/list
- GET/api/v1/company/notification/list/{id}