Skip to content

braze-community/braze-specification

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2024
Jul 19, 2024
Oct 14, 2024
Aug 20, 2023
Aug 11, 2023
Sep 20, 2023
Aug 9, 2023
Aug 11, 2023
Dec 22, 2023
Aug 10, 2023
Aug 10, 2023
Oct 14, 2024
Aug 9, 2023
Oct 9, 2024
Feb 14, 2025
Feb 14, 2025
Aug 10, 2023
Aug 10, 2023

Repository files navigation

braze-specification

NPM

NPM version build lint

Braze API specification:

See the original Postman collection.

Installation

NPM:

npm install braze-specification

Yarn:

yarn add braze-specification

Usage

Require 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';

License

MIT