Introduction
- 09 May 2025
- 1 Minute to read
- Print
- DarkLight
Introduction
- Updated on 09 May 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Authorizationv1
This is an endpoint to verify the connection and authorization is working correctly.
The authorization token consists of the following two things: an API key & an API Secret.
API Key
API Secret
Token generation
The authorization token is structured as followed: "::". And is then hashed using HMAC SHA256 and the API Secret. The hashed result needs to be lowercased and dashes should to be removed.
Authorization header
In the Authorization header needs to be added for each request. It looks like the following: "bloxs :".
Timestamp header
The timestamp used to generate the token needs to be added with each request in the "x-timestamp" header.
Code samples can be found at: https://github.com/bloxssoftware/bloxs-api