Podio API Documentation

Spaces: Get space by org and URL label

GET /space/org/{org_id}/url/{url_label}

Returns the space in the given org with the given URL label

Parameters
org_id*
Required.
url_label*
Required.
Response { "space_id": The id of the space, "name": The name of the space, "url": The full URL of the space, f.ex. "https://company.podio.com/intranet", "url_label": The URL label (slug), f.ex. "intranet" "post_on_new_app": True if new apps should be announced with a status update, false otherwise, "post_on_new_member": True if new members should be announced with a status update, false otherwise, "rights": The list of rights the active user has on this space, "info": A list of informational videos, [ { "video": The video of the informational, "thumb": The thumb of the informational }, ... (more informational) ], "created_on": The date and time the space was created, "created_by": The user who created the space, { "user_id": The id of the user, "avatar": The file id of the avatar of the user, "name": The name of the user } "role": The role of the active user on the space, "subscribed": True if the user is subscribed to the space, false otherwise }

Sandbox

Try the operation "/space/org/{org_id}/url/{url_label}"

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