> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/technical-documentation/getting-started-postman-collection.md).

# Getting Started Postman Collection

You will need to have [Postman](https://www.postman.com/) installed to run this tutorial. See the [Download](https://www.postman.com/downloads/) page for you operating system.&#x20;

## Import Postman Collection

This Postman collection is meant to get you quickly up and running and familiarized with the basics of the API.

{% file src="/files/VYAGNNj21HwiHNhptW67" %}
Getting started postman collection.
{% endfile %}

You can import this into Postman with File -> Import, or with Import button.

<figure><img src="/files/wfmXEayjJk1GmnAVAE62" alt="Click on File -> Import to import a .JSON collection"><figcaption><p>Click on File -> Import to import a .JSON collection</p></figcaption></figure>

From there, you will be presented with an area to drag and drop the Postman collection JSON file, or click on the area and select the t`ransmute-getting-started.postman_collection.json` file.

<figure><img src="/files/9vYQIPUG2wjVXGCsorys" alt="Select JSON Postman collection to run it"><figcaption><p>Select JSON Postman collection to run it</p></figcaption></figure>

You will then have the Postman collection imported.

<figure><img src="/files/7h4U53VqIgshXc4EUaTe" alt=""><figcaption><p>Transmute collection imported into Postman</p></figcaption></figure>

Next we will cover how to set up an environment to start calling the API.&#x20;

## Import Environment

You need an Application with suitable scopes to run the collection. For full details, please consult the [guide section on Applications](https://guide.transmute.industries/verifiable-data-platform/technical-documentation/applications) for details on managing platform Applications. &#x20;

On the Transmute platform, go to Applications, and create a new Application. Select the \`Credentials\`, \`Presentations\`, and \`Organizations\` scopes which are required to run the collection. Click "Create Application" and download the Postman environment.&#x20;

In Postman, import the environment file as an Environment. Select it as the active environment in the top-right drop down. &#x20;

## Postman Collection Functionality

To run the collection, click on the three dots next to "Transmute Getting Started", and then click on "Run Collection.&#x20;

<figure><img src="/files/AeDmRsyGdut02B38o12F" alt="Navigating to running the collection. "><figcaption><p>Navigating to running the collection. </p></figcaption></figure>

To run the entire collection, right-click the Collection and choose Run Collection to run all the endpoints in order.&#x20;

<figure><img src="/files/rkBXJ29UMY4Qkr2BEt6a" alt="Running the Getting Started Postman Collection"><figcaption><p>Running the Getting Started Postman Collection</p></figcaption></figure>

The Postman collection calls some basic network requests to the API:

* First obtains an access token for the application
* Queries and resolves the default did:web
* Issues a sample Verifiable Credential
* Illustrates different Verifiable Credential media type representations
* Verifies retuned and referenced Verifiable Credentials
* Signs a Verifiable Presentation
* Submits a Verifiable Presentation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.transmute.industries/verifiable-data-platform/technical-documentation/getting-started-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.
