1, 'title' => 'Contact ID', 'type' => CRM_Utils_Type::T_INT, ]; $params['subscribe_id'] = [ 'api.required' => 1, 'title' => 'Subscribe Event ID', 'type' => CRM_Utils_Type::T_INT, ]; $params['hash'] = [ 'api.required' => 1, 'title' => 'Hash', 'type' => CRM_Utils_Type::T_STRING, ]; }