Skip to main content

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 number
  • email - 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

Test message sent successfully