Archipels Documentation
  • πŸ«‚Welcome!
    • 🏒Who are we?
    • πŸ†”What is SSI?
    • πŸ‘¨β€πŸ«Glossary of terms
  • πŸ‘©β€πŸ”§Product Overview
    • Wallet
    • Electronic Attestations
    • DIDs
    • Trust Registry
  • βš’οΈSet up
    • Create an individual wallet and request an attestation
    • Configure an access token
    • Create a Webhook
    • Create your test environment
    • Get your DID wallet
  • πŸ—οΈCreate attestation request
    • 🧩Get and Accept Attestation
      • API call : get attestations in my wallet
      • Accept attestation
    • πŸ—οΈCreate an Onboarding attestation request against Archipels
      • Attestation request
      • Accept attestation
    • πŸ—οΈCreate an email attestation request against Archipels
      • Attestation request
      • Accept attestation
  • πŸ“ƒIssue attestation
    • Create a second wallet and configure this new environment
    • Create a schema attestation
    • Create a connection: Create an invitation
    • Create a connection: Accept an invitation
    • Attestation send offer
    • Accept attestation
  • πŸ”€Send presentation request
    • πŸͺͺSend a Presentation
      • Create a third wallet and configure this new environment
      • Create a connection
      • Send Presentation request
      • Get the list of presentation requests (not available currently)
      • Get the presentation requests
      • Get the list of valid attestations
      • Send/Show presentation
      • Get the presentation
    • πŸ“‘Send several Presentations
      • Send Presentations request
      • Get the presentation requests
  • βž•Other features
    • πŸ“©Messages
      • Send a message
    • πŸ“ƒDelete an attestation
      • Delete attestation
  • 🏁API: COLLECTIONS
  • List of schemes
  • πŸ”—Links
    • Website
    • Recruitement
    • Doc for Archipels Certify
    • Trust Registry
PropulsΓ© par GitBook
Sur cette page
  • Define the environment
  • Configure your wallet API collection

Cet article vous a-t-il Γ©tΓ© utile ?

  1. Set up

Create your test environment

In this section we explain how to configure Postman to use the API call.

PrΓ©cΓ©dentCreate a WebhookSuivantGet your DID wallet

Dernière mise à jour il y a 1 an

Cet article vous a-t-il Γ©tΓ© utile ?

For this stage, we will use Postman. You can download from this URL:

Once Postman is installed, you can configure it by creating a new environment:

  • Click on Environments and then the + button

Define the environment

Set a name for this environment. For example Β« ARCHIPELS CONNECT SANDBOXΒ»

Set the variable Base_URL with the available values: - Sandbox: app-api.sandbox.archipels.io - Production: app-api.archipels.io

Configure your wallet API collection

Create a new collection (this is where you will store all your calls). Click on Collection, click on the + button and select blank collection

  • Set a name. For example Β« Archipels Connect collection HolderΒ»

  • Configure the authentication to get access to the API services

  • Select the collection Collection archipels Connect Holder and click on the Authorization tab:

  • Select the type: OAuth 2.0

  • Enter the value of the following variable created in the environment: {{AccessTokenHolder}}. This variable will be automatically replaced by the value you defined in the environment.

For all the requests you will create in this collection, do not set an OATH authorization! Keep the default setting Inherit auth from parent:

Create a second variable "AccessTokenHolder", and paste the value of the access token you created previously in

Save your configuration

βš’οΈ
πŸŽ‰
Configure an access token
https://www.postman.com/downloads/