Podio API Documentation

Hooks: Validate hook verification

POST /hook/{hook_id}/verify/validate

Validates the hook using the code received from the verify call. On successful validation the hook will become active.

Usage
PHP Client
PodioHook.php
PodioHook::validate( $hook_id, $attributes = array() );
Ruby Gem
hook.rb
Podio::Hook.validate( hook_id, code )
Parameters
hook_id*
Required.
Request { "code": The verification code }

Sandbox

The sandbox only handles GET operations for now.