Custom Experience
List Custom Experiences
Returns the list of all Custom Experiences in your Organization. You can limit the number of items returned by using pagination.
get/custom_experiences
Query parameters
afterstring
After cursor (pagination)
limitinteger
The limit of items count to retrieve.
Response
OK
Example response
{
"data": [
{
"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"
}
]
}