DocsAPI ReferenceService/api/service/emailer/send-mail
getServiceService

/api/service/emailer/send-mail

Internal API endpoints for micro-service architecture.

servicegetApiServiceEmailerSend-mail

Parameters

2 query

2 total
Query · 2
apiKeystringRequired
externalIdstringRequired

Request

GET /api/service/emailer/send-mail

get
curl -X GET "https://api.bizkithub.com/api/service/emailer/send-mail?apiKey=example_apiKey&externalId=example_externalId" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key