How-Tos
Organisations

Get Information on All Organisations

If you want to read more about organisations please take a look here



Goal:

  • You will be able to retrieve information of all organisations using the protected APIs.


Requirements:

  • Have a valid acess 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. Click on "Authorisation" and select the "Bearer Token" as the authorisation type.
  3. In the "Token" field add the obtained access token
  4. Click on "Send".
  5. All organisations from the ecosystem will be returned on the response.


Example Request:



Hands-on

For illustrative purposes we will be using Postman