AddEmailProviderHTTP
Request Body
application/json
endpoint*string
description?string
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/email/http" \ -H "Content-Type: application/json" \ -d '{ "endpoint": "string" }'{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"id": "string",
"signingKey": "string"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?