Can a state be encoded into a deep link?

Zoom’s app examples show an API method for generating a deep link:
POST https://api.zoom.us/v2/zoomapp/deeplink

Is there a documentation for this method? What kind of payload is supported?
More specifically, can we send our state data, so that when our app starts it would receive it?

Thank you.

Other people asked about this too:

Perhaps I am getting it wrong, but I thought I read that when generating the deeplink, you can pass along an action which is then returned to your app in the zoom header.

  1. Generating deep link
  2. Decrypting the returned context header
3 Likes

Thank you very much.

1 Like