Custom Experience
Update a Custom Experience
Updates a given Custom Experience. Any parameters not provided are left unchanged.
patch/custom_experiences/{customExperienceId}
Path parameters
customExperienceIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Custom Experience Id
Request body
Example request
{
"background_color": "#ff0011",
"button_color": "#ff0011",
"text_color": "#ff0011",
"text_button_color": "#ff0011",
"disabled_notifications": [
"approver.canceled"
],
"redirect_urls": {
"success": "https://example.com/success",
"error": "https://example.com/error",
"decline": "https://example.com/decline"
},
"logo_layout": "round"
}Response
OK
Example response
{
"disabled_notifications": [
"approver.canceled"
],
"redirect_urls": {
"success": "https://example.com/success",
"error": "https://example.com/error",
"decline": "https://example.com/decline"
},
"logo": "https://youtrust.com/custom_experience/89120884-d29a-4b1a-ac7b-a9e73a872795/logo",
"source": "app",
"created_at": "2024-01-18T22:59:00Z"
}