Send Custom Qrnet Mail
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location '/v2/email/custom' \
--header 'X-Application-Identifier: d979a4e7-201d-4e9d-b267-0ff7e754873d' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
Modified at 2025-12-10 19:29:22