Skip to content

Postman Setup

Evan Parish edited this page Feb 25, 2025 · 2 revisions

ENP Postman Collection

You can find the postman collection here

Environment Setup

There are currently only two environment variables required by the ENP endpoints:

  • enp-admin-secret - for pre-request script to generate auth
  • notification-id - for testing connection to notification api db

If you have existing environments from Notification API you must simply add the variable enp-admin-secret to your Postman environment(s). It uses the value from the ssm parameter /dev/va-enp-api/admin_secret_key, so you'll also need to grab that value from AWS.

Otherwise, you can create a new environment with the above listed variables. Remember to populate enp-admin-secret with the value from the SSM parameter /dev/va-enp-api/admin_secret_key.

Home

Design Principles

Clone this wiki locally