Returns a paginated list of invites for the given business. Includes both pending and accepted invites; excludes cancelled invites.
Security
BearerAuth
GET
curl -i -X GET \
'https://public.letsweel.com/v1/businesses/123/invites?offset=50&limit=50' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 10, "next": "offset=50&limit=50", "previous": null, "results": [ { … } ] }