Go to the video meeting

GET /video/{token}

Get meeting destination URL

Headers

  • Authorization string

    Bearer token used for authorization

    Minimum length is 1.

  • X-Correlation-Id string

    Unique identifier to allow referencing a particular transaction or event chain

    Minimum length is 1.

Path parameters

  • token string Required

    Token of the appointment participant

    Minimum length is 1.

Responses

  • 200

    Default Response

GET /video/{token}
curl \
 --request GET 'https://api.development.pexipengage.com/enterprises/acme/video/m8WwB7iPxDgCKpnBGM83wXJnv7OxzccKagbwyxQXFL' \
 --header "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" \
 --header "X-Correlation-Id: a4f0048e-c983-11ed-afa1-0242ac120002"