Braze API specification:
See the original Postman collection.
Note
Disclaimer: This is a community-maintained project and is not officially endorsed by or affiliated with Braze, Inc.
NPM:
npm install braze-specificationYarn:
yarn add braze-specificationRequire OpenAPI spec and Postman collection with CommonJS:
const spec = require('braze-specification/openapi/spec.json');
const collection = require('braze-specification/postman/collection.json');Or import OpenAPI spec and Postman collection with ES Modules:
import spec from 'braze-specification/openapi/spec.json';
import collection from 'braze-specification/postman/collection.json';See contributing.
Braze is a registered trademark of Braze, Inc. This project is not managed by Braze, Inc.
