Podio API Documentation

Hooks: Request hook verification

POST /hook/{hook_id}/verify/request

Request the hook to be validated. This will cause the hook to send a request to the URL with the parameter "type" set to "hook.verify" and "code" set to the verification code. The endpoint must then call the validate method with the code to complete the verification.

Usage
PHP Client
PodioHook.php
PodioHook::verify( $hook_id );
Ruby Gem
hook.rb
Podio::Hook.verify( hook_id )
Parameters
hook_id*
Required.

Sandbox

The sandbox only handles GET operations for now.