Skip to main content
GET
/
api
/
external
/
deeplinks
/
interaction
/
{interaction_id}
Get Interaction Deep Link
curl --request GET \
  --url https://backend.nebuly.com/api/external/deeplinks/interaction/{interaction_id} \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}
You need an API key to authenticate. See here for more information about the API keys.

Path parameters

interaction_id
string
required
The ID of the interaction.

Response

url
string
The deep link URL that opens the interaction directly in Nebuly’s Live Activity page.