Reward-Based Recycling Tracker
  1. Email API
Reward-Based Recycling Tracker
  • User
    • Get Profile
      GET
  • Auth
    • Signup
      POST
    • Login
      POST
  • Async Task
    • Storage
      • Get Signed Url
    • BG Task & Python server
      • Py - Get Image Hash
      • Submission Process
  • App
    • Submission Process Copy
      POST
  • Email API
    • Success Email
      POST
    • Failure Email
      POST
  1. Email API

Failure Email

Developing
POST
https://reward-based-recycling-backend-python-1.onrender.com/email/send/failure/

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Example
{
    "email": "jacksonkasi00@gmail.com"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://reward-based-recycling-backend-python-1.onrender.com/email/send/failure/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "jacksonkasi00@gmail.com"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-02-12 17:55:20
Previous
Success Email
Built with