Kustomer Get Organisation ID
This action retrieves the Organisation ID from the Kustomer platform.
It makes use of the /settings endpoint in Kustomer’s API to extract the organisationID. This is particularly useful for identifying the organisation associated with the account or settings.
Documentation for this endpoint can be found in the Kustomer API documentation:
here
*Note: Ensure the API Key provided has the necessary permissions to access the /settings endpoint.
Please contact DG Support if you experience any issues or require further assistance.
Inputs
Input | Type | Description |
---|---|---|
Domain | String | Kustomer Domain |
Kustomer API Key | String | Kustomer API Key |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | Indicates if the Organisation ID retrieval was successful |
Organisation ID | String | The retrieved Organisation ID |
Updated 27 days ago