Podio API Documentation

Applications: Activate app

POST /app/{app_id}/activate

Activates a deactivated app. This puts the app back in the app navigator and allows insertion of new items.

Usage
PHP Client
PodioApp.php
PodioApp::activate( $app_id );
Ruby Gem
application.rb
Podio::Application.activate( id )
Parameters
app_id*
Required.

Sandbox

The sandbox only handles GET operations for now.