Test Service Provider
POST/profile/:id/service/test/:service_type
Test a configured service provider by sending a test message. This helps verify that your service provider configuration is working correctly before using it in production.
Supported service types:
sms- Sends a test SMS message to the specified phone numberemail- Sends a test email to the specified email address
Important notes:
- A service provider must be configured before testing
- Test messages will consume your provider's quota/credits
- For SMS, ensure the recipient number is in E.164 format (e.g., +15551234567)
Request
Responses
- 200
- 400
- 404
- 500
Test message sent successfully
Bad request - Invalid recipient or message format
Service provider not configured
Provider error - Failed to send test message