Retrieve detailed information about a specific CRM status group.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/crm-status-group/{groupId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/crm-status-group/{groupId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/crm-status-group/{groupId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'CRM status group found and returned successfully
Response
{ "active": true, "createdAt": "2025-01-15T14:00:00Z", "id": 12345, "name": "Lead Stages", "statusCount": 5, "updatedAt": "2025-01-15T14:00:00Z" }