---
title: "Postman collection"
description: "Import a ready-made Postman collection to try Wazapin endpoints without writing code."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.wazapin.id/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman collection

Use these files to test endpoints quickly:

- [Collection JSON](https://api.wazapin.com/postman/wazapin-public-api.postman_collection.json)
- [Environment JSON](https://api.wazapin.com/postman/wazapin-public-api.postman_environment.json)

## Setup

1. Import both files into Postman.
2. Set `base_url` and `api_key` variables.
3. Run requests from folders: Auth, Messages, Health.

## Notes

- Use `X-Api-Key` as default auth header.
- Bearer token can still be used for session-based flows when needed.

Source: https://docs.wazapin.id/integrations/postman/index.mdx
