POST
/
admin
/
email
/
response
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/email/response \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email_id": 123,
  "response": "<string>",
  "client_id": 123
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
Data needed to send an email response
email_id
integer

The id of the email

response
string

The response message

client_id
integer

The id of the client

Response

200
application/json
Successful operation
message
string

The status of the operation