VOXO MEET


GEThttps://api.voxo.co/voxo-meet-creds?ext={extNum}&tenantId={tenantId}

Voxo Meet Credentials

Receive VOXO web and dial in meet credentials

Parameters

Path
  • Name
    recordId*
    Type
    Integer
    Description

    1234

Header
  • Name
    Authorization*
    Type
    String
    Description

    Bearer {AccessToken}

  • Name
    Content-Type*
    Type
    String
    Description

    application/json

Response

{
    "meetURL": "https://meet.voxo.co/shangadang",
    "dialIn": "1.601.602.5068 PIN: 3876287805#"
}

cURL

curl --location -g \
--request GET 'https://api.voxo.co/voxo-meet-creds?ext=1001&tenantId=37' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {accessToken}'