How-Tos
Applications

Find All Applications

If you want to read more about the Apps please take a look here.



Goal:

  • You will be able to retrieve information of all the clients available in the ecosystem


Requirements:

  • Have a valid access token. See how to get one here
  • Have a registered Software Statement. See how to create one here


Step-by-step

For illustrative purposes, Postman will be used on this guide

  1. In postman, create a New Request
  2. Add a GET request with https://matls-api.sandbox.raidiam.io/clients
  3. Click on "Authorisation" and select the "Bearer Token" as the authorisation type.
  4. In the "Token" field add the obtained access token
  5. Click on "Send".
  6. All clients from the ecosystem will be returned on the response.

Example Request:



Hands-on

For illustrative purposes we will be using Postman