# Postman Collection

URL: https://all-ancillaries-9z82vkas5-britoncos-projects.vercel.app/docs/postman
Updated: 2026-06-25

Postman collection and environment to validate API integrations.

# Postman Collection for DepartCart API

This directory contains Postman collection files for testing and integrating with the DepartCart API.

## Download Files

| File | Description | Download |
|------|-------------|----------|
| **API Collection** | Main collection with requests for Demo brand | [📥 Download](/docs/postman/DepartCart_API_Collection.postman_collection.json) |
| **Environment Template** | Variables for API credentials | [📥 Download](/docs/postman/DepartCart_Environment.postman_environment.json) |
| **Setup Documentation** | Comprehensive setup guide | [📖 View](/docs/postman/README_Postman_Collection.md) |

## Quick Start

1. **Download the files** using the links above
2. **Import into Postman**:
   - Import the API Collection JSON file
   - Import the Environment JSON file
3. **Configure credentials** in the environment variables
4. **Follow the workflow**: Generate Bearer Token → Generate deeplinks (seatmap, or seatmap + cart + checkout)


## Key Features

- ✅ Bearer token authentication workflow
- ✅ Encrypted seatmap deeplink generation (`/api/generate-encrypted-seatmap-url`)
- ✅ Combined seatmap, cart, and checkout deeplink generation (`/generate-encrypted-url`)
- ✅ Brand derived from the bearer token
- ✅ Automatic token storage and reuse
- ✅ Response validation and testing scripts
- ✅ Multi-brand support

## Documentation

For detailed setup instructions, API reference, and troubleshooting, see the **Setup Documentation** link above.

## Support

For comprehensive API documentation and integration guides, see:

- [API Reference](/docs/api)
- [Integration Guide](/docs/integration)
- [GTM Integration](/docs/gtm)
