Skip to main content

Postman

The API Reference allows you to make API calls, but Maple also provides a way to use Postman.

Postman is a tool to build and test HTTP requests in an easy-to-use interface without configuring a full development environment.

Importing Maple Integration API

  1. Download and install Postman.

  2. Download the Maple Integration API specification:

    curl -o maple-integration-api.json https://api.maple.com/api-json
  3. Import the JSON file as a Postman Collection.

    Import Postman collection
  4. Create a Maple environment with baseUrl and apiKey variables.

    Create Postman environment
  5. Set the environment to Maple.

    Set Maple environment
  6. Send an API request.

    Send Postman request