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

spaceIdstringRequired
ID of the space.
destinationIdstringRequired
ID of the published Destination.
nodeIdstringRequired
ID of the Destination Node to resolve.

Request

This endpoint expects an object.
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