Postman Collection

Postman Collection

Test the STAMPEE API instantly with our official Postman collection. All endpoints are pre-configured and ready to use

Quick Setup

  1. Import into Postman
   - Open Postman
   - Click Import → Upload Files
   - Select the downloaded JSON file
  1. Configure Authentication
   - Click on "STAMPEE API" collection
   - Go to Variables tab
   - Set `baseUrl` to: https://api.stampee.fr
   - Set `api_token` to your API token
  1. Get Your API Token

    • Log in to app.stampee.fr
    • Go to Settings → DĂ©lĂ©gation & gestion des accĂšs
    • Click "GĂ©nĂ©rer un token API"
    • Copy the token
  2. Start Testing

    • Expand any folder (Messages, Customers, Consents)
    • Select a request
    • Click Send

What's Included

The collection includes all STAMPEE API endpoints:

  • Messages - Send and track LRE/LS messages
  • Customers - Manage customer delegations
  • Consents - Handle recipient consent requests

Base URL

https://api.stampee.fr

Authentication

All requests require your API token in the header:

X-API-TOKEN: your_api_token_here

Next Steps