Authentication

Use a self-contained API key with the Bearer scheme.

HTTP Header

Include your key in the Authorization header.

bash
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.