Podio API Documentation
Hooks: Validate hook verification
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
}