File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
reports/load-records-sync Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ source " ../config.sh"
4+
5+ curl -u " $NEXMO_API_KEY :$NEXMO_API_SECRET " \
6+ " https://api.nexmo.com/v2/reports/records?account_id=$ACCOUNT_ID &product=CONVERSATIONS&type=$REPORT_TYPE &date_start=$DATE_START &date_end=$DATE_END "
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ source " ../config.sh"
4+
5+ curl -u " $NEXMO_API_KEY :$NEXMO_API_SECRET " \
6+ " https://api.nexmo.com/v2/reports/records?account_id=$ACCOUNT_ID &product=NUMBER-INSIGHT&date_start=$DATE_START &date_end=$DATE_END "
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ source " ../config.sh"
4+
5+ curl -u " $NEXMO_API_KEY :$NEXMO_API_SECRET " \
6+ " https://api.nexmo.com/v2/reports/records?account_id=$ACCOUNT_ID &product=VERIFY-API&date_start=$DATE_START &date_end=$DATE_END "
You can’t perform that action at this time.
0 commit comments