Get Installer Details
GET/marketplace/app/:appId/installations
Fetches installer details for the authenticated user. This endpoint returns information about the company, location, user, and installation details associated with the current OAuth token.
Request
Version stringrequired
API Version
Available options
v3appId stringrequired
ID of the app to get installer details
Successfully retrieved installer details. Returns company, location, user, and installation information.
- application/json
- Schema
- Example (auto)
Schema
installationDetailsobjectrequired
Installation details
{
"installationDetails": {
"companyId": "company123",
"locationId": "location123",
"companyName": "Example Company",
"relationshipNumber": "0-002-230",
"companyOwnerFullName": "John Doe",
"userId": "user123",
"isWhitelabelCompany": false,
"companyPlan": "agency_monthly_497",
"companyHighLevelPlan": "agency_monthly_497",
"marketplaceAppPlanId": "plan123"
}
}