Resolve Destination experiences by absolute path

Resolves Experiences for an absolute Destination path and returns child paths at the next depth level for lazy loading. The path must start with /. Optional personalization input can be supplied in extensions.personalization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
ID of the space.
destinationIdstringRequired
ID of the published Destination.

Request

This endpoint expects an object.
pathstringRequiredformat: "^/"

Absolute path to resolve. Must start with /.

extensionsobjectOptional

Response

OK - Experiences or a redirect resolved

DestinationExperiencesResponseobject
OR
DestinationRedirectResponseobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error