BLAZINGLAYER home

DEVELOPERS · REST API

Build on BLAZINGLAYER

Integrate infrastructure operations through a secure, tenant-scoped API.

https://api.blazinglayer.io

TRY A REQUEST

Authorize the request

Credentials remain in session memory and are sent only to the BLAZINGLAYER API.

GET/catalog/productscatalog:read

List catalog products

Returns authorized products, locations, currencies and live availability.

15 second timeout · 64 KiB response preview · cookies omitted
cURL preview
curl --request GET \
  --url 'https://api.blazinglayer.io/catalog/products' \
  --header "Authorization: Bearer $BLAZINGLAYER_API_KEY" \
  --header 'Accept: application/json'

Bearer authentication

Issue a scoped key and send it as Authorization: Bearer blz_<prefix>.<secret>. Each secret is revealed once.

Safe write retries

POST operations require an Idempotency-Key. Reuse it only for an identical retry.

Reseller delegation

tenants:act keys may target verified child organizations with X-Organization-Id.