# Postman collection

### What is included

The collection covers the complete integration flow:

1. **Health Check** — verify the API is running
2. **Integration Flow** — step-by-step from recipient creation to transfer tracking
3. **Recipients** — individual and business creation, retrieval, remediation
4. **Quotes** — off-ramp and on-ramp quotes for different currency pairs
5. **Off-Ramp** — crypto-to-fiat transfer creation, status, timeline
6. **On-Ramp** — fiat-to-crypto transfer creation, status, timeline
7. **Dashboard** — API key management, webhook configuration
8. **Webhooks** — subscription management and log viewing

### Setup

1. Import the collection into Postman
2. Set collection variables:
   * `base_url` — your Zynta API URL
   * `api_key` — your secret key
3. Run the **Integration Flow** folder in order

### Auto-populated variables

| Variable       | Set by                               |
| -------------- | ------------------------------------ |
| `recipient_id` | Create Individual Recipient response |
| `quote_id`     | Create Quote response                |
| `transfer_id`  | Create Off-Ramp Transfer response    |

The collection is available in the dashboard under Developer Tools, or [contact the Zynta team](/resources/support.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zynta.com/resources/postman-collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
