Transmute
HomepagePlatformGithubOpenAPI Spec
  • Introduction
  • Platform Guide
    • Credentials
      • Excel Based Data Entry
      • PDF Download
      • Data Integrity Proof Deprecation
      • Quick Convert
    • Contacts
    • Presentations
    • Workflows
    • Template Marketplace
    • Adapter Marketplace
      • GitHub Adapter
      • Neo4j Adapter
    • Organization Profile
    • Members
    • Billing
  • Technical Documentation
    • Machine to Machine Applications
    • OpenAPI Specification
    • Getting Started Postman Collection
    • Decentralized Identifiers Endpoints
    • Verifiable Credentials Endpoints
    • DIDAuth Presentations
  • Learning Center
    • Credentials 101
    • Decentralized 101
    • Digital Signatures
    • Holders, Issuers, Verifiers, & Subjects
    • Verification, Validity, and Veracity Checks
    • Interoperability
    • Open Standards
    • Verifiable Data Registries
    • JSON-LD
    • Digital Wallets 101
Powered by GitBook
On this page
  • Import Postman Collection
  • Import Environment
  • Postman Collection Functionality

Was this helpful?

  1. Technical Documentation

Getting Started Postman Collection

This page covers importing and running the API collection in Postman

PreviousOpenAPI SpecificationNextDecentralized Identifiers Endpoints

Last updated 8 months ago

Was this helpful?

You will need to have installed to run this tutorial. See the page for you operating system.

Import Postman Collection

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

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

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 transmute-getting-started.postman_collection.json file.

You will then have the Postman collection imported.

Next we will cover how to set up an environment to start calling the API.

Import Environment

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.

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

Postman Collection Functionality

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

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

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

You need an Application with suitable scopes to run the collection. For full details, please consult the for details on managing platform Applications.

guide section on Applications
Postman
Download
24KB
transmute-getting-started.postman_collection.json
Getting started postman collection.
Click on File -> Import to import a .JSON collection
Select JSON Postman collection to run it
Transmute collection imported into Postman
Navigating to running the collection.
Running the Getting Started Postman Collection
Click on File -> Import to import a .JSON collection
Select JSON Postman collection to run it
Navigating to running the collection.
Running the Getting Started Postman Collection