Authentication
Use a self-contained API key with the Bearer scheme.
Include your key in the Authorization header.
curl -H "Authorization: Bearer sk_test_..." https://api.medsender.com/api/v2/fax_numbers
curl -H "Authorization: Bearer sk_test_..." https://api.medsender.com/api/v2/fax_numbers
curl -H "Authorization: Bearer sk_test_..." https://api.medsender.com/api/v2/fax_numbers
Environments
- Test: keys start with
sk_test_; use for development and sandbox data. - Live: keys start with
sk_live_; use for production.