GET /apiv2/organisationLinks/getPublicKeyForOrganisation

Return this organisation's "public key" - which can be given to other organisations to link the organisation "into" the other - meaning that users can be invited into the other organisation to access their data.

Servers

Query parameters

Name Type Required Description
id Integer No

Id of the Organisation that you are requesting the public key for. Leave blank to use the organisation linked to the current user

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.