How-Tos
Applications
Find All Applications
If you want to read more about the Apps please take a look here.
- You will be able to retrieve information of all the clients available in the ecosystem
For illustrative purposes, Postman will be used on this guide
- In postman, create a New Request
- Add a GET request with https://matls-api.sandbox.raidiam.io/clients
- Click on "Authorisation" and select the "Bearer Token" as the authorisation type.
- In the "Token" field add the obtained access token
- Click on "Send".
- All clients from the ecosystem will be returned on the response.
For illustrative purposes we will be using Postman