POST /getParticipants
- Auth: header
x-api-key: <API_KEY> - Body:
{ businessId: string }(required) - Behavior: returns onboarded participants in
businesses/{businessId}/participantswhereisOnboarded == true. - Responses:
- 200:
[]or array of participants - 400: missing businessId
- 403: invalid API key
- 500: internal error
- 200:
Source: apps/functions/getParticipants.js.