Enable/Update HMAC
Enabling / Updating HMAC Security API Endpoint
Headers
Name
Type
Description
Request Body
Name
Type
Description
{ message: 'Forbidden' }Example
curl --request PUT \
--url https://api-prod.alfa-instap-cpt.uk/secpub/hmac \
--header 'Content-Type: application/json' \
--header 'x-api-key: YOUR-API-KEY' \
--data '{
"hmacSecret": "020194f9-8c09-42ed-9b8d-23fc777990fc"
}'Last updated