Request to close the modal.
The requesting integration must have the PORTAL_MODAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example request to close the portal associated with modal-id:
modal-id
{ type: 'portal:modal:close', modalId: 'portal-id' }
The id for the modal to be closed.
Must be ModalClose.
Generated using TypeDoc
Request to close the modal.
The requesting integration must have the PORTAL_MODAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example request to close the portal associated with
modal-id
:{ type: 'portal:modal:close', modalId: 'portal-id' }