Skip to main content
POST
/
admin
/
auth0
/
shared-template
/
save
Save changes to the Shared Notify Template.
curl --request POST \
  --url https://api.example.com/admin/auth0/shared-template/save \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "newSharedTemplate": "<html></body><p>[MERGED_CONTENT_HERE]</p></body></html>"
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
newSharedTemplate
string | null
default:<html></body><p>[MERGED_CONTENT_HERE]</p></body></html>

Response

Success

success
boolean
data
unknown