Bearer authentication
Issue a scoped key and send it as Authorization: Bearer blz_<prefix>.<secret>. Each secret is revealed once.
DEVELOPERS · REST API
Integrate infrastructure operations through a secure, tenant-scoped API.
https://api.blazinglayer.ioTRY A REQUEST
Credentials remain in session memory and are sent only to the BLAZINGLAYER API.
/catalog/productscatalog:readReturns authorized products, locations, currencies and live availability.
curl --request GET \ --url 'https://api.blazinglayer.io/catalog/products' \ --header "Authorization: Bearer $BLAZINGLAYER_API_KEY" \ --header 'Accept: application/json'
Issue a scoped key and send it as Authorization: Bearer blz_<prefix>.<secret>. Each secret is revealed once.
POST operations require an Idempotency-Key. Reuse it only for an identical retry.
tenants:act keys may target verified child organizations with X-Organization-Id.