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