Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.26 KB

SmsApi.md

File metadata and controls

52 lines (29 loc) · 1.26 KB

\SmsApi

All URIs are relative to https://ducksms.com

Method HTTP request Description
SmsSend Post /api/v1/sms/send Send Sms

SmsSend

PreviewSmsSend SmsSend(ctx, optional)

Send Sms

Create a new sms

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
optional *SmsSendOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a SmsSendOpts struct

Name Type Description Notes
smsSchema optional.Interface of SmsSchema Create a new sms

Return type

PreviewSmsSend

Authorization

BearerToken

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]