API Documentation

Base URL

https://dimdamm.com/data

Parameters

service

Specifies the service to use (e.g. "Savings Accounts")

provider

Specifies the provider to use (e.g. "Handelsbanken")

subtype

Specifies the subscription type to use (e.g. "fixed_12m", for a 12 month fixed account)

inputtype

Specifies the specific value you are looking for (e.g. "rate" or "minAmount")

mode

Specifies the data mode to use (available modes are "all", "latest", and "range")

Example Requests

GET https://dimdamm.com/data?service=Savings Accounts&provider=Handelsbanken&subtype=fixed_12m&inputtype=rate&mode=all

Authentication

Authorization: Bearer <your-token>

To gain access, get in touch

Example Curl Command

curl -X GET "https://dimdamm.com/data?service=Savings Accounts&provider=Handelsbanken&subtype=fixed_12m&inputtype=rate&mode=all" \ -H "Authorization: Bearer <your-token>"