Tools/ REST API
REST API

Full programmatic access

Everything in 21RISK is reachable over a REST API. Brokers pull current values without a login; your systems stay in sync without an export-and-email cycle.

The problem

The export that is out of date before it arrives

Every system that needs your risk data gets it the same way: somebody exports a file and emails it.

Attachments age instantly

The moment a value changes, every copy you sent is wrong and nobody knows which.

Brokers wait on you

Their question is simple and current. Answering it is a task on your list.

Two systems, two truths

The intranet, the warehouse and the risk register all hold a slightly different version of the same site.

How it works

One endpoint instead of an attachment

Everything in 21RISK is reachable over a REST API, so the systems and people who need your data read it at the source.

  1. 01

    Issue a scoped key

    Keys are created per purpose with the access they need, and revoked in one click.

  2. 02

    Point the system at it

    The broker's system, your warehouse or your intranet reads directly instead of waiting for a file.

  3. 03

    Stop sending exports

    The answer is current by construction, because there is only one copy.

tools / rest-api 200 OK
$ curl https://api.21risk.com/insurance/values \
  -H "Authorization: Bearer $API_KEY"
{ "sites": 24, "totalInsuredValue": "599.0M EUR",
  "values": [ { "site": "aalborg-plant", "pd": "48.2M", "bi": "21.0M" }, … ] }

current values — no export, no login, no email chain
Features

What you get with the REST API

BROKERS

Values without the email chain

Give your broker an endpoint instead of an attachment — they pull current values the moment they need them.

SYNC

Your systems, current

Feed the intranet, the data warehouse or the group risk register from the same live source.

KEYS

Scoped API keys

Keys are issued per purpose with the access they need — and revoked in one click when they don't.

FAQ

Frequently asked questions

What can the API reach?

The data you hold in 21RISK — sites, values and the records attached to them — so a system can read what a person would otherwise export.

How is access controlled?

With API keys issued per purpose and scoped to the access they need. A key can be revoked without affecting anyone's login.

Build on your risk data

Talk to us about API access for your brokers and your own systems.