List phone numbers
documentedRetrieve a paginated list of tracking phone numbers.
GET /api/v1/tracking/numbersTrackingno 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://app.whatconverts.com/api/v1/tracking/numbers?numbers_per_page={{numbers_per_page}}&page_number={{page_number}}&account_id={{account_id}}&profile_id={{profile_id}}" \
-X GET \
-u "{{WHATCONVERTS_PROFILE_KEY}}:{{WHATCONVERTS_PROFILE_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"