cURL
curl --request POST \ --url https://api.mindshare.so/customer/v1/get-organization-customers \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "organizationID": 123 } '
{ "data": [ { "id": 123, "name": "<string>", "created_time": "2023-11-07T05:31:56Z", "trial_start": "2023-11-07T05:31:56Z", "trial_end": "2023-11-07T05:31:56Z", "last_scan_date": "2023-11-07T05:31:56Z", "paying_customer": true, "website_url": "<string>", "view_report_url": "<string>", "next_scheduled_run": "2023-11-07T05:31:56Z" } ], "version": "<string>", "env": "<string>" }
Retrieve a list of all customers associated with the organization.
This endpoint provides detailed information including customer account status, trial periods, payment status, and scan schedules.
Organization ID
The ID of the organization
List of customers for the organization
List of customers
Show child attributes
API version
Environment name