UpdateEmailProviderHTTP
Path Parameters
Request Body
application/json
Regenerate the key used for signing and checking the payload sent to the HTTP provider. Set the graceful period for the existing key. During that time, the previous signing key and the new one will be used to sign the request to allow you a smooth transition onf your API.
Note that we currently only allow an immediate rotation ("0s") and will support longer expirations in the future.
Response Body
application/json
curl -X PUT "https://loading/email/http/string" \ -H "Content-Type: application/json" \ -d '{ "endpoint": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"signingKey": "string"
}Was this page helpful?
UpdateDomainPolicy
Explore the UpdateDomainPolicy operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
UpdateEmailProviderSMTP
Explore the UpdateEmailProviderSMTP operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.