Resolve personalized Destination experiences by Destination Node ID
Resolves the Experience associated with a Destination Node ID and applies optional personalization input from the request body. Send an empty object when no personalization input is needed.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
ID of the space.
destinationId
ID of the published Destination.
nodeId
ID of the Destination Node to resolve.
Request
This endpoint expects an object.
extensions
Response
OK - Experiences or a redirect resolved
DestinationExperiencesResponse
OR
DestinationRedirectResponse
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