Доступ по праву CLIENT_INVITATIONS_SHARE. Не создаёт QR или записи ссылок.
Security
bearerAuth or jwtCookie
- https://felmee.comhttps://felmee.com/api/business-client-invitations/share
- http://localhost:8080http://localhost:8080/api/business-client-invitations/share
curl -i -X GET \
https://felmee.com/api/business-client-invitations/share \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'QR и ссылка текущего бизнеса
Response
{ "success": true, "message": "string", "codeError": "string", "error_code": "string", "data": { "qr_id": 0, "profile_url": "http://example.com" } }