Authorization: Bearer ********************
The HMAC-SHA256 hash generated from the string +timestamp using the api key secret
{
"apiKey": "string",
"timestamp": 1711062317,
"hash": "string"
}
curl --location --request POST 'https://api.calven.com/v1/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "string",
"timestamp": 1711062317,
"hash": "string"
}'
{
"authenticated": true,
"message": "string",
"token": "string",
"expiration": 0
}