Podio API Documentation

Organizations: Create organization app store profile

POST /org/{org_id}/appstore

Creates an app store profile for the organization if it doesn't already exist.

Usage
Ruby Gem
organization_profile.rb
Podio::OrganizationProfile.create( org_id, attributes )
Parameters
org_id*
Required.
Request { "{field}": The value or list of values for the given field. For a list of fields see the contact area,
... (more fields) }

 

Response { "profile_id": The id of the created profile }

Sandbox

The sandbox only handles GET operations for now.