Get receiving number
documentedRetrieve details for a receiving number.
GET /api/v1/accounts/{account_id}/receiving_numbers/{rpn_id}Receiving Numbersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.calltrackingmetrics.com/api/v1/accounts/{{$account_id}}/receiving_numbers/{{$receiving_number_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Basic {{CALLTRACKINGMETRICS_SECRET}}"