diff --git a/client/src/account/API.js b/client/src/account/API.js index 3dc2d754..42636879 100644 --- a/client/src/account/API.js +++ b/client/src/account/API.js @@ -87,6 +87,37 @@ export default class API extends Component {
+
+
+ +
+
+
+

+ {t('Get subscribers')} +

+ +

+ {t('Query params')} +

+
    +
  • access_token – {t('yourPersonalAccessToken')} +
      +
    • start – {t('startPosition')} ({t('optionalDefault0')})
    • +
    • limit – {t('limitEmailsCountInResponse')} ({t('optionalDefault10000')})
    • +
    +
  • +
+ +

+ {t('example')} +

+ +
curl -XGET '{getUrl(`api/subscriptions/P5wKkz-e7?access_token=${accessToken}&limit=10&start=10&search=gmail`)}' 
+ +
+
+

@@ -555,9 +586,9 @@ export default class API extends Component {
- +
-
+

{t('sendSingleEmailByTemplateWithGiven')}