# Postman Collection for Picky Assist API's

[Postman](https://www.getpostman.com/?fbclid=IwAR2mjNNESUmXh2NEXPa4WmYlyXMF3Ocktomwl6l_xDDcA5rQLkDJsnVNc-c) is a popular tool to test and develop APIs. To make it more convenient for developers who are integrating  the Picky Assist  APIs, we've developed a Postman collection that contains the full set of APIs.

1. [Install Postman](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#install-postman)
2. [Downloading Picky Assist API Collection ](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#downloading-picky-assist-api-collection)
3. [Importing Collection to Postman App](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#importing-collection-to-postman-app)
4. [Importing Environment to Postman App](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#importing-environment-to-postman-app)
5. [Configuring Environment](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#configuring-environment)
6. [Testing API's](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#testing-apis)
7. [Postman Console Log](/api-documentation-v2/postman-collection-for-picky-assist-apis.md#postman-console-log)

### Install Postman&#x20;

If you dont have postman desktop application then download and Install <https://www.getpostman.com/>&#x20;

### Downloading Picky Assist API Collection

Once the postman is running you can download the Picky Assist API Collection & Environment file as Zip from the below link

| Release Note                                                                                                              | Release Date | Download Link                                                                     |
| ------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------- |
| <p>V4 Release of Postman Collection <br><br>For customers who created Picky Assist account after 5th of Nov 2025</p>      | 17, Nov 2025 | [Download](https://pickyassist.com/app/downloads/Picky-Assist-API-v4.zip)         |
| <p>V3 Release of Postman Collection</p><p></p><p>WhatsApp Interactive Templates (Quick Reply & Call 2 Action Buttons)</p> | 23, Feb 2021 | [Download](https://pickyassist.com/app/downloads/picky-postman-collection-v3.zip) |
| <p>V2 Release of Postman Collection <br><br>WhatsApp Groups<br>2 Step Verficaiton</p><p>Fetching Account Balance </p>     | 17, Jan 2020 | [Download](https://pickyassist.com/app/downloads/picky-postman-collection-v2.zip) |
| V1 Release of Postman Collection                                                                                          | 02, Jan 2020 | [Download](https://pickyassist.com/app/downloads/picky-postman-collection-v1.zip) |

### Importing Collection to Postman App

Extract the zip file into your computer and you will able to see 2 JSON files as below;

Picky Assist API.postman\_collection.json\
Picky Assist.postman\_environment.json

Collection is set of API Requests along with sample requests so first you have to import the Picky Assist API Collection to your postman , Click on **Import** from Top Left side of the header bar and upload the Picky Assist API.postman\_collection.json&#x20;

![](/files/-Ly9GmX93rwDE0qzUyxb)

Once you uploaded the collection you can see the API details in the sidebar as shown in the image below.

![](/files/-Ly9OZKhXjIqSfNhVPLI)

### Importing Environment to Postman App

Postman offers a configurable environment which is essentially a set of key-value pairs. It allows you to create commonly used variables that can be reference across multiple requests. You can read more about it [here](https://www.getpostman.com/docs/v6/postman/environments_and_globals/manage_environments?fbclid=IwAR1BhX7tNOZFEpKR2eQRy06wHUvcdznS4E8Go9cziWqvO_eQI_7SBxJekjQ).

The pre-configured 'Picky Assist' environment contains set of variables that are referenced by the collection. It's important for you to edit and replace the variables with your own values.&#x20;

To import the Picky Assist environment Tap on the **Gear** icon which is the right top of the postman app as shows in the below image&#x20;

![](/files/-Ly9PepYbZMCqGA2qqF0)

A popup will come as shown below, Click on **"Import"** button and select Picky Assist.postman\_environment.json to import Picky Assist Environment to Postman App.

![](/files/-Ly9QiWzrn-jpzhhJI6F)

### Configuring Environment

Once the environment is imported you need to configure the variables with your own values, below are the variables which are pre-configured in the environment , you can add your own variables to make the test more easy;&#x20;

{% hint style="info" %}
You can get these variable value in your postman collection globally`{{variable-name}}`
{% endhint %}

![](/files/-Ly9TQFWQXbJspCRcGap)

| <p></p><p>Variable Name</p> | Description                                                                         |
| --------------------------- | ----------------------------------------------------------------------------------- |
| token                       | Replace with your token value                                                       |
| baseurl                     | If you are using beta version then switch the URL here                              |
| test-number                 | You can add a test number here , make sure you add with country code without 0 or + |
| application                 | You can key in your default application value here                                  |

### Testing API's

Now you are ready to fire API's , to fire an API just click on the API from the left sidebar , edit the variable values if needed and click on **"Send"** button

You can save the changes for easy reuse by clicking on **"Save"** button

![](/files/-Ly9WRcE0W7E9Bw7AYob)

### Postman Console Log

You can see the all the API request & response log in postman console , to open postman console log use keyboard shortcut **Command + Option + C** or click on the Console icon in the bottom left side of the footer bar as highlighted below;

![](/files/-Ly9Y4ZRctrnYc1XQ-Jt)

A popup will open as shown below where you can click a request to see the detailed log&#x20;

![](/files/-Ly9YjviqxlzY5bBTBuD)

**Detailed Log**

![](/files/-Ly9ZOMXDCU0RWX45feH)


---

# 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://help.pickyassist.com/api-documentation-v2/postman-collection-for-picky-assist-apis.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.
