get https://api.rainex.io/projects//sender-emails//
Get sender email by language and id
Error codes:
IncorrectId | The id in the request is not a correct UUID |
NotFound | Cannot find sender email with this ID |
Responses
Get sender email by language and id
Error codes:
IncorrectId | The id in the request is not a correct UUID |
NotFound | Cannot find sender email with this ID |
xxxxxxxxxx
curl --request GET \
--url https://api.rainex.io/projects/your-site-name-1/sender-emails/test-id/test-id \
--header 'accept: application/json'