Podio API Documentation
Items: Get meeting URL
Gets the URL to join the given meeting. If the user is the organizer of the meeting, the meeting will be started and the URL will log in the user automatically.
Usage
- PHP Client
-
PodioItem.php
PodioItem::get_meeting_url( $item_id );
- Ruby Gem
-
item.rb
Podio::Item.find_meeting_url( id )
Parameters
- item_id*
- Required.
Response
{
"url": The URL to join the meeting
}
Sandbox
Try the operation "/item/{item_id}/meeting/url"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here