Podio API Documentation

Hooks: Get hooks

GET /hook/{ref_type}/{ref_id}/

Returns the hooks on the object.

Usage
PHP Client
PodioHook.php
PodioHook::get_for( $ref_type, $ref_id );
Ruby Gem
hook.rb
Podio::Hook.find_all_for( hookable_type, hookable_id )
Parameters
ref_type*
Required.
ref_id*
Required.
Response [ { "hook_id": The id of the hook, "status": The status of the hook, either "inactive" or "active", "type": The type of the hook, see the area for options, "url": The URL of the endpoint }, ... (more hooks) ]

Sandbox

Try the operation "/hook/{ref_type}/{ref_id}/"

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