Podio API Documentation
Organizations: Get organization app store profile
Gets the appstore profile of an organization, if any.
Usage
- Ruby Gem
-
organization_profile.rb
Podio::OrganizationProfile.find( org_id )
Parameters
- org_id*
- Required.
Response
{
"current_revision": The current revision of the profile,
"changed_on": The date and time when the profile was last updated,
"{key}": The value associated with key. For a list of keys, see the contact area, as well as their possible values,
... (more keys and values)
}
Sandbox
Try the operation "/org/{org_id}/appstore"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