Key types
Each division has its own keys. Sandbox and production credentials are separate: see Environments.
Outbound API calls
Server-side requests require your API key in theX-API-Key header and Content-Type: application/json for JSON bodies.
Some endpoints also accept X-Nonce: a unique value per request (a UUID works well). Check the endpoint reference if your call fails validation.
cURL
Merchant Callback (inbound)
When Bolt calls your server, verify theX-Bolt-Hmac-Sha256 header using your signing secret. See Verify webhooks.