Documentation

Test with Postman

How to test Enrich Layer API endpoints using Postman without writing code.

Postman is a tool that lets you test out API services easily. We have built a Postman Collection that will let you easily test out Enrich Layer API without writing code.

Requirements

  • An Enrich Layer API Key. Register an account here.
  • Have an account on Postman, and be logged in.

Testing out Enrich Layer API with Postman

  1. Visit Enrich Layer's Postman Collection, and Fork it. Give it a Fork label and Workspace, and click "Fork Collection".
  2. Go to https://web.postman.co/home and visit the Workspace for which you forked Enrich Layer's Postman collection into.
  3. Click on "Enrich Layer" collection under the workspace.
  4. Under the "Auth" tab, enter the Enrich Layer API Key under "Token".
  5. You are done. You can now explore any Enrich Layer API Endpoints by clicking into the API endpoint.
  6. To make API requests, modify parameter values and click "Send". You will then see a response.