Podio API Documentation

Subscriptions: Subscribe

POST /subscription/{ref_type}/{ref_id}

Subscribes the user to the given object. Based on the object type, the user will receive notifications when actions are performed on the object. See the area for more details.

Usage
PHP Client
PodioSubscription.php
PodioSubscription::create( $ref_type, $ref_id );
Ruby Gem
subscription.rb
Podio::Subscription.create( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.
Request  
Response { "subscription_id": The id of the subscription }

Sandbox

The sandbox only handles GET operations for now.