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