Skip to content

Commit d1f0b46

Browse files
author
Tony Bedford
committed
WIP
1 parent 1932272 commit d1f0b46

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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"

0 commit comments

Comments
 (0)