Documentation
Authentication
The Min Strøm API uses Bearer authentication.
Prerequisites
- API key
- API secret
Get access
Click here to get in contact to obtain API key and secret.
Generate Bearer token
1
Create hash
Create an HMAC-SHA256
hash of the API key with API secret as key
2
Concatenate
Concatenate your API key with the hashed value with a :
3
Base64 encode
Create a Base64 encoded string of the above concatenation
Include this as Bearer token in the HTTP header: