GET
/
admin
/
donor
/
{commitment_id}
/
email
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donor/{commitment_id}/email \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

commitment_id
integer
required

ID of the commitment

Response

200
application/json
Email sent successfully
message
string
status
string
Example:

"success"